Klasse MasterPasswordUpdate

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

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

    • newPassword

      protected String newPassword
      This is the base64 encoded value of the new master password
    • oldPassword

      protected String oldPassword
      This is the base64 encoded value of the old master password
  • Konstruktordetails

    • MasterPasswordUpdate

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

      public MasterPasswordUpdate(String newPassword, String oldPassword)
    • MasterPasswordUpdate

      protected MasterPasswordUpdate()
  • Methodendetails

    • newPassword

      public String newPassword()
      This is the base64 encoded value of the new master password
    • oldPassword

      public String oldPassword()
      This is the base64 encoded value of the old master password
    • newPassword

      public MasterPasswordUpdate newPassword(String newPassword)
      This is the base64 encoded value of the new master password
      Gibt zurück:
      this.
    • oldPassword

      public MasterPasswordUpdate oldPassword(String oldPassword)
      This is the base64 encoded value of the old 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