Record Class RequestMicrosoftAPIImpl.XSTSError
java.lang.Object
java.lang.Record
pro.gravit.launcher.base.request.RequestMicrosoftAPIImpl.XSTSError
- Enclosing class:
RequestMicrosoftAPIImpl
-
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.Identity()Returns the value of theIdentityrecord component.Message()Returns the value of theMessagerecord component.Redirect()Returns the value of theRedirectrecord component.toString()Returns a string representation of this record class.longXErr()Returns the value of theXErrrecord component.
-
Constructor Details
-
XSTSError
Creates an instance of aXSTSErrorrecord class.- Parameters:
Identity- the value for theIdentityrecord componentXErr- the value for theXErrrecord componentMessage- the value for theMessagerecord componentRedirect- the value for theRedirectrecord 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
Identity
Returns the value of theIdentityrecord component.- Returns:
- the value of the
Identityrecord component
-
XErr
public long XErr()Returns the value of theXErrrecord component.- Returns:
- the value of the
XErrrecord component
-
Message
Returns the value of theMessagerecord component.- Returns:
- the value of the
Messagerecord component
-
Redirect
Returns the value of theRedirectrecord component.- Returns:
- the value of the
Redirectrecord component
-