Klasse MasterPasswordProperties
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.MasterPasswordProperties
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MasterPasswordProperties
extends Object
MasterPasswordProperties
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The remaining number of days for the master password expirationprotected String
The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZprotected String
The interval(in days) after which the master password would expireprotected String
The message which will be returned once the master password is expiredprotected String
The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZprotected String
The current status of the master password -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
MasterPasswordProperties
(String daysTilExpire, String expireDate, String expireInterval, String expireMessage, String lastChangeDate, String statusMessage) Constructs a validated implementation ofMasterPasswordProperties
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
The remaining number of days for the master password expirationdaysTilExpire
(String daysTilExpire) The remaining number of days for the master password expirationboolean
The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZexpireDate
(String expireDate) The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZThe interval(in days) after which the master password would expireexpireInterval
(String expireInterval) The interval(in days) after which the master password would expireThe message which will be returned once the master password is expiredexpireMessage
(String expireMessage) The message which will be returned once the master password is expiredint
hashCode()
The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZlastChangeDate
(String lastChangeDate) The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZThe current status of the master passwordstatusMessage
(String statusMessage) The current status of the master passwordtoString()
-
Felddetails
-
daysTilExpire
The remaining number of days for the master password expiration -
expireDate
The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZ -
expireInterval
The interval(in days) after which the master password would expire -
expireMessage
The message which will be returned once the master password is expired -
lastChangeDate
The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZ -
statusMessage
The current status of the master password
-
-
Konstruktordetails
-
MasterPasswordProperties
Constructs a validated implementation ofMasterPasswordProperties
.- Parameter:
spec
- the specification to process
-
MasterPasswordProperties
-
MasterPasswordProperties
protected MasterPasswordProperties()
-
-
Methodendetails
-
daysTilExpire
The remaining number of days for the master password expiration -
expireDate
The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZ -
expireInterval
The interval(in days) after which the master password would expire -
expireMessage
The message which will be returned once the master password is expired -
lastChangeDate
The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZ -
statusMessage
The current status of the master password -
daysTilExpire
The remaining number of days for the master password expiration- Gibt zurück:
this
.
-
expireDate
The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZ- Gibt zurück:
this
.
-
expireInterval
The interval(in days) after which the master password would expire- Gibt zurück:
this
.
-
expireMessage
The message which will be returned once the master password is expired- Gibt zurück:
this
.
-
lastChangeDate
The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZ- Gibt zurück:
this
.
-
statusMessage
The current status of the master password- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-