Klasse MasterPasswordUpdate
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.MasterPasswordUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MasterPasswordUpdate
extends Object
MasterPasswordUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
MasterPasswordUpdate
(String newPassword, String oldPassword) Constructs a validated instance ofMasterPasswordUpdate
.Constructs a validated instance ofMasterPasswordUpdate
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
This is the base64 encoded value of the new master passwordnewPassword
(String newPassword) This is the base64 encoded value of the new master passwordThis is the base64 encoded value of the old master passwordoldPassword
(String oldPassword) This is the base64 encoded value of the old master passwordtoString()
-
Felddetails
-
newPassword
This is the base64 encoded value of the new master password -
oldPassword
This is the base64 encoded value of the old master password
-
-
Konstruktordetails
-
MasterPasswordUpdate
Constructs a validated instance ofMasterPasswordUpdate
.- Parameter:
spec
- the specification to process
-
MasterPasswordUpdate
Constructs a validated instance ofMasterPasswordUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MasterPasswordUpdate(Consumer)
instead.- Parameter:
newPassword
- This is the base64 encoded value of the new master passwordoldPassword
- This is the base64 encoded value of the old master password
-
MasterPasswordUpdate
protected MasterPasswordUpdate()
-
-
Methodendetails
-
builder
-
newPassword
This is the base64 encoded value of the new master password -
oldPassword
This is the base64 encoded value of the old master password -
newPassword
This is the base64 encoded value of the new master password- Gibt zurück:
this
.
-
oldPassword
This is the base64 encoded value of the old master password- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-