Klasse MasterPasswordExpiryInterval

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

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

    • expireInterval

      protected String expireInterval
      This interval(in days) specifies the time after which the master password would expire
  • Konstruktordetails

    • MasterPasswordExpiryInterval

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

      public MasterPasswordExpiryInterval(String expireInterval)
    • MasterPasswordExpiryInterval

      protected MasterPasswordExpiryInterval()
  • Methodendetails

    • expireInterval

      public String expireInterval()
      This interval(in days) specifies the time after which the master password would expire
    • expireInterval

      public MasterPasswordExpiryInterval expireInterval(String expireInterval)
      This interval(in days) specifies the time after which the master password would expire
      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