Package com.exoscale.sdk.model
Class DbaasServiceKafkaComponentsInner
java.lang.Object
com.exoscale.sdk.model.DbaasServiceKafkaComponentsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceKafkaComponentsInner
extends Object
DbaasServiceKafkaComponentsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this dbaas_service_kafka_components_inner object is equal to o.Service component namegetHost()
DNS name for connecting to the service componentGet kafkaAuthenticationMethodgetPort()
Port number for connecting to the service component minimum: 0 maximum: 65535getRoute()
Get routegetUsage()
Get usageint
hashCode()
kafkaAuthenticationMethod
(EnumKafkaAuthMethod kafkaAuthenticationMethod) route
(EnumComponentRoute route) void
setComponent
(String component) void
void
setKafkaAuthenticationMethod
(EnumKafkaAuthMethod kafkaAuthenticationMethod) void
void
setRoute
(EnumComponentRoute route) void
setUsage
(EnumComponentUsage usage) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.usage
(EnumComponentUsage usage)
-
Field Details
-
JSON_PROPERTY_COMPONENT
- See Also:
-
JSON_PROPERTY_HOST
- See Also:
-
JSON_PROPERTY_KAFKA_AUTHENTICATION_METHOD
- See Also:
-
JSON_PROPERTY_PORT
- See Also:
-
JSON_PROPERTY_ROUTE
- See Also:
-
JSON_PROPERTY_USAGE
- See Also:
-
-
Constructor Details
-
DbaasServiceKafkaComponentsInner
public DbaasServiceKafkaComponentsInner()
-
-
Method Details
-
component
-
getComponent
Service component name- Returns:
- component
-
setComponent
-
host
-
getHost
DNS name for connecting to the service component- Returns:
- host
-
setHost
-
kafkaAuthenticationMethod
public DbaasServiceKafkaComponentsInner kafkaAuthenticationMethod(EnumKafkaAuthMethod kafkaAuthenticationMethod) -
getKafkaAuthenticationMethod
Get kafkaAuthenticationMethod- Returns:
- kafkaAuthenticationMethod
-
setKafkaAuthenticationMethod
-
port
-
getPort
Port number for connecting to the service component minimum: 0 maximum: 65535- Returns:
- port
-
setPort
-
route
-
getRoute
Get route- Returns:
- route
-
setRoute
-
usage
-
getUsage
Get usage- Returns:
- usage
-
setUsage
-
equals
Return true if this dbaas_service_kafka_components_inner 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
-