Record Class AutobotProviderModels
java.lang.Object
java.lang.Record
com.shaft.mcp.AutobotProviderModels
-
Constructor Summary
Constructors -
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.modelIds()Returns the value of themodelIdsrecord component.provider()Returns the value of theproviderrecord component.Returns the value of theschemaVersionrecord component.state()Returns the value of thestaterecord component.final StringtoString()Returns a string representation of this record class.warnings()Returns the value of thewarningsrecord component.
-
Constructor Details
-
AutobotProviderModels
-
-
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). -
schemaVersion
Returns the value of theschemaVersionrecord component.- Returns:
- the value of the
schemaVersionrecord component
-
provider
Returns the value of theproviderrecord component.- Returns:
- the value of the
providerrecord component
-
state
Returns the value of thestaterecord component.- Returns:
- the value of the
staterecord component
-
modelIds
-
warnings
-