Record Class ProviderConfigAzure
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.ProviderConfigAzure
@Generated("copilot-sdk-codegen")
public record ProviderConfigAzure(String apiVersion)
extends Record
Azure-specific provider options.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionProviderConfigAzure(String apiVersion) Creates an instance of aProviderConfigAzurerecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theapiVersionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ProviderConfigAzure
Creates an instance of aProviderConfigAzurerecord class.- Parameters:
apiVersion- the value for theapiVersionrecord 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). -
apiVersion
Returns the value of theapiVersionrecord component.- Returns:
- the value of the
apiVersionrecord component
-