Klasse UpdateTruststoreRequest
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.UpdateTruststoreRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateTruststoreRequest
extends Object
UpdateTruststoreRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The provider that is used for the truststore type.static enum
The certificate file format of the truststore.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected File
The contents of the truststore file.protected String
Specifies whether password is base 64 encoded.protected String
The description for the truststore.protected String
The truststore password that is defined at the time of truststore creation using a keystore utility.The provider that is used for the truststore type.protected UpdateTruststoreRequest.KeyStoreTypeEnum
The certificate file format of the truststore.protected String
The name of the truststore file that will be used to save the truststore internally in API Gateway. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateTruststoreRequest
(String keyStoreDescription, UpdateTruststoreRequest.KeyStoreTypeEnum keyStoreType, UpdateTruststoreRequest.KeyStoreProviderEnum keyStoreProvider, String keyStorePassword, String uploadFileName, File fileContent, String isPwdBase64Encoded) Constructs a validated instance ofUpdateTruststoreRequest
.Constructs a validated instance ofUpdateTruststoreRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
The contents of the truststore file.fileContent
(File fileContent) The contents of the truststore file.int
hashCode()
Specifies whether password is base 64 encoded.isPwdBase64Encoded
(String isPwdBase64Encoded) Specifies whether password is base 64 encoded.The description for the truststore.keyStoreDescription
(String keyStoreDescription) The description for the truststore.The truststore password that is defined at the time of truststore creation using a keystore utility.keyStorePassword
(String keyStorePassword) The truststore password that is defined at the time of truststore creation using a keystore utility.The provider that is used for the truststore type.keyStoreProvider
(UpdateTruststoreRequest.KeyStoreProviderEnum keyStoreProvider) The provider that is used for the truststore type.The certificate file format of the truststore.keyStoreType
(UpdateTruststoreRequest.KeyStoreTypeEnum keyStoreType) The certificate file format of the truststore.toString()
The name of the truststore file that will be used to save the truststore internally in API Gateway.uploadFileName
(String uploadFileName) The name of the truststore file that will be used to save the truststore internally in API Gateway.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
UpdateTruststoreRequest
Constructs a validated instance ofUpdateTruststoreRequest
.- 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 ofUpdateTruststoreRequest
.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
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. -
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
The truststore password that is defined at the time of truststore creation using a keystore utility.- Gibt zurück:
this
.
-
uploadFileName
The name of the truststore file that will be used to save the truststore internally in API Gateway.- Gibt zurück:
this
.
-
fileContent
The contents of the truststore file.- Gibt zurück:
this
.
-
isPwdBase64Encoded
Specifies whether password is base 64 encoded.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-