Record Class SessionCanvasActionInvokeParams
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.SessionCanvasActionInvokeParams
-
Constructor Summary
ConstructorsConstructorDescriptionSessionCanvasActionInvokeParams(String sessionId, String instanceId, String actionName, Object input) Creates an instance of aSessionCanvasActionInvokeParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theactionNamerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.input()Returns the value of theinputrecord component.Returns the value of theinstanceIdrecord component.Returns the value of thesessionIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SessionCanvasActionInvokeParams
public SessionCanvasActionInvokeParams(String sessionId, String instanceId, String actionName, Object input) Creates an instance of aSessionCanvasActionInvokeParamsrecord class.- Parameters:
sessionId- the value for thesessionIdrecord componentinstanceId- the value for theinstanceIdrecord componentactionName- the value for theactionNamerecord componentinput- the value for theinputrecord 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). -
sessionId
Returns the value of thesessionIdrecord component.- Returns:
- the value of the
sessionIdrecord component
-
instanceId
Returns the value of theinstanceIdrecord component.- Returns:
- the value of the
instanceIdrecord component
-
actionName
Returns the value of theactionNamerecord component.- Returns:
- the value of the
actionNamerecord component
-
input
Returns the value of theinputrecord component.- Returns:
- the value of the
inputrecord component
-