Record Class CopilotUserResponseEndpoints
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.CopilotUserResponseEndpoints
-
Constructor Summary
ConstructorsConstructorDescriptionCopilotUserResponseEndpoints(String api, String originTracker, String proxy, String telemetry) Creates an instance of aCopilotUserResponseEndpointsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionapi()Returns the value of theapirecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theoriginTrackerrecord component.proxy()Returns the value of theproxyrecord component.Returns the value of thetelemetryrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CopilotUserResponseEndpoints
public CopilotUserResponseEndpoints(String api, String originTracker, String proxy, String telemetry) Creates an instance of aCopilotUserResponseEndpointsrecord class.- Parameters:
api- the value for theapirecord componentoriginTracker- the value for theoriginTrackerrecord componentproxy- the value for theproxyrecord componenttelemetry- the value for thetelemetryrecord 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). -
api
Returns the value of theapirecord component.- Returns:
- the value of the
apirecord component
-
originTracker
Returns the value of theoriginTrackerrecord component.- Returns:
- the value of the
originTrackerrecord component
-
proxy
Returns the value of theproxyrecord component.- Returns:
- the value of the
proxyrecord component
-
telemetry
Returns the value of thetelemetryrecord component.- Returns:
- the value of the
telemetryrecord component
-