public class CkafkaRouteInfo extends AbstractModel
| Constructor and Description | 
|---|
| CkafkaRouteInfo() | 
| CkafkaRouteInfo(CkafkaRouteInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAccessType()Get Access type
// `0`: PLAINTEXT (plaintext method, which does not carry user information and is supported for legacy versions and Community Edition)
        // `1`: SASL_PLAINTEXT (plaintext method, which authenticates the login through SASL before data start and is supported only for Community Edition)
        // `2`: SSL (SSL-encrypted communication, which does not carry user information and is supported for legacy versions and Community Edition)
        // `3`: SASL_SSL (SSL-encrypted communication, which authenticates the login through SASL before data start and is supported only for Community Edition)
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getDomain()Get Domain name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getDomainPort()Get Domain port
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRouteID()Get Route ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getVip()Get VIP
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getVipType()Get VIP type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAccessType(Long AccessType)Set Access type
// `0`: PLAINTEXT (plaintext method, which does not carry user information and is supported for legacy versions and Community Edition)
        // `1`: SASL_PLAINTEXT (plaintext method, which authenticates the login through SASL before data start and is supported only for Community Edition)
        // `2`: SSL (SSL-encrypted communication, which does not carry user information and is supported for legacy versions and Community Edition)
        // `3`: SASL_SSL (SSL-encrypted communication, which authenticates the login through SASL before data start and is supported only for Community Edition)
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDomain(String Domain)Set Domain name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDomainPort(Long DomainPort)Set Domain port
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRouteID(Long RouteID)Set Route ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setVip(String Vip)Set VIP
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setVipType(Long VipType)Set VIP type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CkafkaRouteInfo()
public CkafkaRouteInfo(CkafkaRouteInfo source)
public Long getRouteID()
public void setRouteID(Long RouteID)
RouteID - Route ID
Note: This field may return null, indicating that no valid values can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain - Domain name
Note: This field may return null, indicating that no valid values can be obtained.public Long getDomainPort()
public void setDomainPort(Long DomainPort)
DomainPort - Domain port
Note: This field may return null, indicating that no valid values can be obtained.public String getVip()
public void setVip(String Vip)
Vip - VIP
Note: This field may return null, indicating that no valid values can be obtained.public Long getVipType()
public void setVipType(Long VipType)
VipType - VIP type
Note: This field may return null, indicating that no valid values can be obtained.public Long getAccessType()
public void setAccessType(Long AccessType)
AccessType - Access type
// `0`: PLAINTEXT (plaintext method, which does not carry user information and is supported for legacy versions and Community Edition)
        // `1`: SASL_PLAINTEXT (plaintext method, which authenticates the login through SASL before data start and is supported only for Community Edition)
        // `2`: SSL (SSL-encrypted communication, which does not carry user information and is supported for legacy versions and Community Edition)
        // `3`: SASL_SSL (SSL-encrypted communication, which authenticates the login through SASL before data start and is supported only for Community Edition)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.