Record Class RequestFeatureHttpAPIImpl.HttpAuthRequest
java.lang.Object
java.lang.Record
pro.gravit.launcher.base.request.RequestFeatureHttpAPIImpl.HttpAuthRequest
- Enclosing class:
RequestFeatureHttpAPIImpl
-
Constructor Summary
ConstructorsConstructorDescriptionHttpAuthRequest(String login, String password, String totp) Creates an instance of aHttpAuthRequestrecord 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.login()Returns the value of theloginrecord component.password()Returns the value of thepasswordrecord component.final StringtoString()Returns a string representation of this record class.totp()Returns the value of thetotprecord component.
-
Constructor Details
-
HttpAuthRequest
-
-
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). -
login
Returns the value of theloginrecord component.- Returns:
- the value of the
loginrecord component
-
password
Returns the value of thepasswordrecord component.- Returns:
- the value of the
passwordrecord component
-
totp
Returns the value of thetotprecord component.- Returns:
- the value of the
totprecord component
-