Klasse UpdateTruststoreRequest

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

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

    • keyStoreDescription

      protected String keyStoreDescription
      The description for the truststore.
    • keyStoreType

      The certificate file format of the truststore.
    • keyStoreProvider

      The provider that is used for the truststore type.
    • keyStorePassword

      protected String keyStorePassword
      The truststore password that is defined at the time of truststore creation using a keystore utility.
    • uploadFileName

      protected String uploadFileName
      The name of the truststore file that will be used to save the truststore internally in API Gateway.
    • fileContent

      protected File fileContent
      The contents of the truststore file.
    • isPwdBase64Encoded

      protected String isPwdBase64Encoded
      Specifies whether password is base 64 encoded.
  • Konstruktordetails

    • UpdateTruststoreRequest

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

      @Internal public UpdateTruststoreRequest(String keyStoreDescription, UpdateTruststoreRequest.KeyStoreTypeEnum keyStoreType, UpdateTruststoreRequest.KeyStoreProviderEnum keyStoreProvider, String keyStorePassword, String uploadFileName, File fileContent, String isPwdBase64Encoded)
      Constructs a validated instance of UpdateTruststoreRequest.

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

      Parameter:
      keyStoreDescription - The description for the truststore.
      keyStoreType - The certificate file format of the truststore.
      keyStoreProvider - The provider that is used for the truststore type.
      keyStorePassword - The truststore password that is defined at the time of truststore creation using a keystore utility.
      uploadFileName - The name of the truststore file that will be used to save the truststore internally in API Gateway.
      fileContent - The contents of the truststore file.
      isPwdBase64Encoded - Specifies whether password is base 64 encoded.
    • UpdateTruststoreRequest

      protected UpdateTruststoreRequest()
  • Methodendetails

    • builder

    • keyStoreDescription

      public String keyStoreDescription()
      The description for the truststore.
    • keyStoreType

      The certificate file format of the truststore.
    • keyStoreProvider

      The provider that is used for the truststore type.
    • keyStorePassword

      public String keyStorePassword()
      The truststore password that is defined at the time of truststore creation using a keystore utility.
    • uploadFileName

      public String uploadFileName()
      The name of the truststore file that will be used to save the truststore internally in API Gateway.
    • fileContent

      public File fileContent()
      The contents of the truststore file.
    • isPwdBase64Encoded

      public String isPwdBase64Encoded()
      Specifies whether password is base 64 encoded.
    • keyStoreDescription

      public UpdateTruststoreRequest keyStoreDescription(String keyStoreDescription)
      The description for the truststore.
      Gibt zurück:
      this.
    • keyStoreType

      The certificate file format of the truststore.
      Gibt zurück:
      this.
    • keyStoreProvider

      public UpdateTruststoreRequest keyStoreProvider(UpdateTruststoreRequest.KeyStoreProviderEnum keyStoreProvider)
      The provider that is used for the truststore type.
      Gibt zurück:
      this.
    • keyStorePassword

      public UpdateTruststoreRequest keyStorePassword(String keyStorePassword)
      The truststore password that is defined at the time of truststore creation using a keystore utility.
      Gibt zurück:
      this.
    • uploadFileName

      public UpdateTruststoreRequest uploadFileName(String uploadFileName)
      The name of the truststore file that will be used to save the truststore internally in API Gateway.
      Gibt zurück:
      this.
    • fileContent

      public UpdateTruststoreRequest fileContent(File fileContent)
      The contents of the truststore file.
      Gibt zurück:
      this.
    • isPwdBase64Encoded

      public UpdateTruststoreRequest isPwdBase64Encoded(String isPwdBase64Encoded)
      Specifies whether password is base 64 encoded.
      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