Package com.exoscale.sdk.model
Class DbaasEndpointRsyslogSecrets
- java.lang.Object
-
- com.exoscale.sdk.model.DbaasEndpointRsyslogSecrets
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasEndpointRsyslogSecrets extends Object
DbaasEndpointRsyslogSecrets
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_CA
static String
JSON_PROPERTY_CERT
static String
JSON_PROPERTY_KEY
-
Constructor Summary
Constructors Constructor Description DbaasEndpointRsyslogSecrets()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbaasEndpointRsyslogSecrets
ca(String ca)
DbaasEndpointRsyslogSecrets
cert(String cert)
boolean
equals(Object o)
Return true if this dbaas-endpoint-rsyslog-secrets object is equal to o.String
getCa()
PEM encoded CA certificateString
getCert()
PEM encoded client certificateString
getKey()
PEM encoded client keyint
hashCode()
DbaasEndpointRsyslogSecrets
key(String key)
void
setCa(String ca)
void
setCert(String cert)
void
setKey(String key)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_CA
public static final String JSON_PROPERTY_CA
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CERT
public static final String JSON_PROPERTY_CERT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
ca
public DbaasEndpointRsyslogSecrets ca(String ca)
-
getCa
@Nullable public String getCa()
PEM encoded CA certificate- Returns:
- ca
-
setCa
public void setCa(String ca)
-
cert
public DbaasEndpointRsyslogSecrets cert(String cert)
-
getCert
@Nullable public String getCert()
PEM encoded client certificate- Returns:
- cert
-
setCert
public void setCert(String cert)
-
key
public DbaasEndpointRsyslogSecrets key(String key)
-
getKey
@Nullable public String getKey()
PEM encoded client key- Returns:
- key
-
setKey
public void setKey(String key)
-
equals
public boolean equals(Object o)
Return true if this dbaas-endpoint-rsyslog-secrets object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-