Record Class RequestFeatureHttpAPIImpl.HttpUpdatesCheck
java.lang.Object
java.lang.Record
pro.gravit.launcher.base.request.RequestFeatureHttpAPIImpl.HttpUpdatesCheck
- Enclosing class:
RequestFeatureHttpAPIImpl
-
Constructor Summary
ConstructorsConstructorDescriptionHttpUpdatesCheck(String signedData, String publicKey, String jwtToken) Creates an instance of aHttpUpdatesCheckrecord class. -
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.jwtToken()Returns the value of thejwtTokenrecord component.Returns the value of thepublicKeyrecord component.Returns the value of thesignedDatarecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
HttpUpdatesCheck
Creates an instance of aHttpUpdatesCheckrecord class.- Parameters:
signedData- the value for thesignedDatarecord componentpublicKey- the value for thepublicKeyrecord componentjwtToken- the value for thejwtTokenrecord 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). -
signedData
Returns the value of thesignedDatarecord component.- Returns:
- the value of the
signedDatarecord component
-
publicKey
Returns the value of thepublicKeyrecord component.- Returns:
- the value of the
publicKeyrecord component
-
jwtToken
Returns the value of thejwtTokenrecord component.- Returns:
- the value of the
jwtTokenrecord component
-