Package com.exoscale.sdk.model
Class DbaasServiceKafkaAuthenticationMethods
java.lang.Object
com.exoscale.sdk.model.DbaasServiceKafkaAuthenticationMethods
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceKafkaAuthenticationMethods
extends Object
Kafka authentication methods
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncertificate
(Boolean certificate) boolean
Return true if this dbaas_service_kafka_authentication_methods object is equal to o.Whether certificate/SSL authentication is enabledgetSasl()
Whether SASL authentication is enabledint
hashCode()
void
setCertificate
(Boolean certificate) void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CERTIFICATE
- See Also:
-
JSON_PROPERTY_SASL
- See Also:
-
-
Constructor Details
-
DbaasServiceKafkaAuthenticationMethods
public DbaasServiceKafkaAuthenticationMethods()
-
-
Method Details
-
certificate
-
getCertificate
Whether certificate/SSL authentication is enabled- Returns:
- certificate
-
setCertificate
-
sasl
-
getSasl
Whether SASL authentication is enabled- Returns:
- sasl
-
setSasl
-
equals
Return true if this dbaas_service_kafka_authentication_methods object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-