Klasse MasterPasswordUpdate
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.MasterPasswordUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MasterPasswordUpdate
extends Object
MasterPasswordUpdate
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
MasterPasswordUpdate
(String newPassword, String oldPassword) Constructs a validated implementation ofMasterPasswordUpdate
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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 implementation ofMasterPasswordUpdate
.- Parameter:
spec
- the specification to process
-
MasterPasswordUpdate
-
MasterPasswordUpdate
protected MasterPasswordUpdate()
-
-
Methodendetails
-
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
-