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 Modifier and Type Field Description static String
JSON_PROPERTY_CERTIFICATE
static String
JSON_PROPERTY_SASL
-
Constructor Summary
Constructors Constructor Description UpdateDbaasServiceKafkaRequestAuthenticationMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDbaasServiceKafkaRequestAuthenticationMethods
certificate(Boolean certificate)
boolean
equals(Object o)
Return true if this update_dbaas_service_kafka_request_authentication_methods object is equal to o.Boolean
getCertificate()
Enable certificate/SSL authenticationBoolean
getSasl()
Enable SASL authenticationint
hashCode()
UpdateDbaasServiceKafkaRequestAuthenticationMethods
sasl(Boolean sasl)
void
setCertificate(Boolean certificate)
void
setSasl(Boolean sasl)
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_CERTIFICATE
public static final String JSON_PROPERTY_CERTIFICATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SASL
public static final String JSON_PROPERTY_SASL
- See Also:
- Constant Field Values
-
-
Method Detail
-
certificate
public UpdateDbaasServiceKafkaRequestAuthenticationMethods certificate(Boolean certificate)
-
getCertificate
@Nullable public Boolean getCertificate()
Enable certificate/SSL authentication- Returns:
- certificate
-
setCertificate
public void setCertificate(Boolean certificate)
-
sasl
public UpdateDbaasServiceKafkaRequestAuthenticationMethods sasl(Boolean sasl)
-
getSasl
@Nullable public Boolean getSasl()
Enable SASL authentication- Returns:
- sasl
-
setSasl
public void setSasl(Boolean sasl)
-
equals
public boolean equals(Object o)
Return true if this update_dbaas_service_kafka_request_authentication_methods object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-