Package com.exoscale.sdk.model
Class UpdateDbaasServiceKafkaRequestAuthenticationMethods
java.lang.Object
com.exoscale.sdk.model.UpdateDbaasServiceKafkaRequestAuthenticationMethods
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateDbaasServiceKafkaRequestAuthenticationMethods
extends Object
Kafka authentication methods
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncertificate
(Boolean certificate) boolean
Return true if this update_dbaas_service_kafka_request_authentication_methods object is equal to o.Enable certificate/SSL authenticationgetSasl()
Enable SASL authenticationint
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
-
UpdateDbaasServiceKafkaRequestAuthenticationMethods
public UpdateDbaasServiceKafkaRequestAuthenticationMethods()
-
-
Method Details
-
certificate
-
getCertificate
Enable certificate/SSL authentication- Returns:
- certificate
-
setCertificate
-
sasl
-
getSasl
Enable SASL authentication- Returns:
- sasl
-
setSasl
-
equals
Return true if this update_dbaas_service_kafka_request_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
-