Record Class FactoryRunConsumed
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.FactoryRunConsumed
@Generated("copilot-sdk-codegen")
public record FactoryRunConsumed(Long activeMs, Long subagents, Long nanoAiu)
extends Record
Durable factory resource consumption.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionFactoryRunConsumed(Long activeMs, Long subagents, Long nanoAiu) Creates an instance of aFactoryRunConsumedrecord class. -
Method Summary
Modifier and TypeMethodDescriptionactiveMs()Returns the value of theactiveMsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.nanoAiu()Returns the value of thenanoAiurecord component.Returns the value of thesubagentsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
FactoryRunConsumed
Creates an instance of aFactoryRunConsumedrecord class.- Parameters:
activeMs- the value for theactiveMsrecord componentsubagents- the value for thesubagentsrecord componentnanoAiu- the value for thenanoAiurecord 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). -
activeMs
Returns the value of theactiveMsrecord component.- Returns:
- the value of the
activeMsrecord component
-
subagents
Returns the value of thesubagentsrecord component.- Returns:
- the value of the
subagentsrecord component
-
nanoAiu
Returns the value of thenanoAiurecord component.- Returns:
- the value of the
nanoAiurecord component
-