Record Class PluginUpdateAllEntry
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.PluginUpdateAllEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.error()Returns the value of theerrorrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of themarketplacerecord component.name()Returns the value of thenamerecord component.Returns the value of thenewVersionrecord component.Returns the value of thepreviousVersionrecord component.Returns the value of theskillsInstalledrecord component.success()Returns the value of thesuccessrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
PluginUpdateAllEntry
public PluginUpdateAllEntry(String name, String marketplace, Boolean success, String previousVersion, String newVersion, Long skillsInstalled, String error) Creates an instance of aPluginUpdateAllEntryrecord class.- Parameters:
name- the value for thenamerecord componentmarketplace- the value for themarketplacerecord componentsuccess- the value for thesuccessrecord componentpreviousVersion- the value for thepreviousVersionrecord componentnewVersion- the value for thenewVersionrecord componentskillsInstalled- the value for theskillsInstalledrecord componenterror- the value for theerrorrecord 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). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
marketplace
Returns the value of themarketplacerecord component.- Returns:
- the value of the
marketplacerecord component
-
success
Returns the value of thesuccessrecord component.- Returns:
- the value of the
successrecord component
-
previousVersion
Returns the value of thepreviousVersionrecord component.- Returns:
- the value of the
previousVersionrecord component
-
newVersion
Returns the value of thenewVersionrecord component.- Returns:
- the value of the
newVersionrecord component
-
skillsInstalled
Returns the value of theskillsInstalledrecord component.- Returns:
- the value of the
skillsInstalledrecord component
-
error
Returns the value of theerrorrecord component.- Returns:
- the value of the
errorrecord component
-