Class TdwParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.TdwParam
-
public class TdwParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBid()Get Tdw的bidBooleangetIsDomestic()Get 默认trueStringgetTdwHost()Get TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.comLonggetTdwPort()Get TDW端口,默认8099StringgetTid()Get Tdw的tidvoidsetBid(String Bid)Set Tdw的bidvoidsetIsDomestic(Boolean IsDomestic)Set 默认truevoidsetTdwHost(String TdwHost)Set TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.comvoidsetTdwPort(Long TdwPort)Set TDW端口,默认8099voidsetTid(String Tid)Set Tdw的tidvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TdwParam
public TdwParam()
-
TdwParam
public TdwParam(TdwParam 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.
-
-
Method Detail
-
getBid
public String getBid()
Get Tdw的bid- Returns:
- Bid Tdw的bid
-
setBid
public void setBid(String Bid)
Set Tdw的bid- Parameters:
Bid- Tdw的bid
-
getTid
public String getTid()
Get Tdw的tid- Returns:
- Tid Tdw的tid
-
setTid
public void setTid(String Tid)
Set Tdw的tid- Parameters:
Tid- Tdw的tid
-
getIsDomestic
public Boolean getIsDomestic()
Get 默认true- Returns:
- IsDomestic 默认true
-
setIsDomestic
public void setIsDomestic(Boolean IsDomestic)
Set 默认true- Parameters:
IsDomestic- 默认true
-
getTdwHost
public String getTdwHost()
Get TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com- Returns:
- TdwHost TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com
-
setTdwHost
public void setTdwHost(String TdwHost)
Set TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com- Parameters:
TdwHost- TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com
-
getTdwPort
public Long getTdwPort()
Get TDW端口,默认8099- Returns:
- TdwPort TDW端口,默认8099
-
setTdwPort
public void setTdwPort(Long TdwPort)
Set TDW端口,默认8099- Parameters:
TdwPort- TDW端口,默认8099
-
-