Klasse MasterPasswordExpiryIntervalResponse

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

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

    • message

      protected String message
      The response message from the server when the master password expiry interval is updated
    • result

      protected String result
      This is the updated master password expiry interval(in days)
  • Konstruktordetails

    • MasterPasswordExpiryIntervalResponse

      public MasterPasswordExpiryIntervalResponse(Consumer<MasterPasswordExpiryIntervalResponse> spec)
      Constructs a validated instance of MasterPasswordExpiryIntervalResponse.
      Parameter:
      spec - the specification to process
    • MasterPasswordExpiryIntervalResponse

      @Internal public MasterPasswordExpiryIntervalResponse(String message, String result)
      Constructs a validated instance of MasterPasswordExpiryIntervalResponse.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using MasterPasswordExpiryIntervalResponse(Consumer) instead.

      Parameter:
      message - The response message from the server when the master password expiry interval is updated
      result - This is the updated master password expiry interval(in days)
    • MasterPasswordExpiryIntervalResponse

      protected MasterPasswordExpiryIntervalResponse()
  • Methodendetails