Record Class FactoryRunLimits
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.FactoryRunLimits
-
Constructor Summary
ConstructorsConstructorDescriptionFactoryRunLimits(Long maxConcurrentSubagents, Long maxTotalSubagents, Double timeoutSeconds, Double maxAiCredits) Creates an instance of aFactoryRunLimitsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themaxAiCreditsrecord component.Returns the value of themaxConcurrentSubagentsrecord component.Returns the value of themaxTotalSubagentsrecord component.Returns the value of thetimeoutSecondsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
FactoryRunLimits
public FactoryRunLimits(Long maxConcurrentSubagents, Long maxTotalSubagents, Double timeoutSeconds, Double maxAiCredits) Creates an instance of aFactoryRunLimitsrecord class.- Parameters:
maxConcurrentSubagents- the value for themaxConcurrentSubagentsrecord componentmaxTotalSubagents- the value for themaxTotalSubagentsrecord componenttimeoutSeconds- the value for thetimeoutSecondsrecord componentmaxAiCredits- the value for themaxAiCreditsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
maxConcurrentSubagents
Returns the value of themaxConcurrentSubagentsrecord component.- Returns:
- the value of the
maxConcurrentSubagentsrecord component
-
maxTotalSubagents
Returns the value of themaxTotalSubagentsrecord component.- Returns:
- the value of the
maxTotalSubagentsrecord component
-
timeoutSeconds
Returns the value of thetimeoutSecondsrecord component.- Returns:
- the value of the
timeoutSecondsrecord component
-
maxAiCredits
Returns the value of themaxAiCreditsrecord component.- Returns:
- the value of the
maxAiCreditsrecord component
-