Klasse MasterPasswordProperties

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.MasterPasswordProperties

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class MasterPasswordProperties extends Object
MasterPasswordProperties
  • Felddetails

    • daysTilExpire

      protected String daysTilExpire
      The remaining number of days for the master password expiration
    • expireDate

      protected String expireDate
      The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZ
    • expireInterval

      protected String expireInterval
      The interval(in days) after which the master password would expire
    • expireMessage

      protected String expireMessage
      The message which will be returned once the master password is expired
    • lastChangeDate

      protected String lastChangeDate
      The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZ
    • statusMessage

      protected String statusMessage
      The current status of the master password
  • Konstruktordetails

    • MasterPasswordProperties

      @Internal public MasterPasswordProperties(Consumer<MasterPasswordProperties> spec)
      Constructs a validated implementation of MasterPasswordProperties.
      Parameter:
      spec - the specification to process
    • MasterPasswordProperties

      public MasterPasswordProperties(String daysTilExpire, String expireDate, String expireInterval, String expireMessage, String lastChangeDate, String statusMessage)
    • MasterPasswordProperties

      protected MasterPasswordProperties()
  • Methodendetails

    • daysTilExpire

      public String daysTilExpire()
      The remaining number of days for the master password expiration
    • expireDate

      public String expireDate()
      The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZ
    • expireInterval

      public String expireInterval()
      The interval(in days) after which the master password would expire
    • expireMessage

      public String expireMessage()
      The message which will be returned once the master password is expired
    • lastChangeDate

      public String lastChangeDate()
      The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZ
    • statusMessage

      public String statusMessage()
      The current status of the master password
    • daysTilExpire

      public MasterPasswordProperties daysTilExpire(String daysTilExpire)
      The remaining number of days for the master password expiration
      Gibt zurück:
      this.
    • expireDate

      public MasterPasswordProperties expireDate(String 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

      public MasterPasswordProperties expireInterval(String expireInterval)
      The interval(in days) after which the master password would expire
      Gibt zurück:
      this.
    • expireMessage

      public MasterPasswordProperties expireMessage(String expireMessage)
      The message which will be returned once the master password is expired
      Gibt zurück:
      this.
    • lastChangeDate

      public MasterPasswordProperties lastChangeDate(String 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

      public MasterPasswordProperties statusMessage(String statusMessage)
      The current status of the master password
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object