public class TdwParam extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TdwParam() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBid()Get Tdw的bid | 
| Boolean | getIsDomestic()Get 默认true | 
| String | getTdwHost()Get TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com | 
| Long | getTdwPort()Get TDW端口,默认8099 | 
| String | getTid()Get Tdw的tid | 
| void | setBid(String Bid)Set Tdw的bid | 
| void | setIsDomestic(Boolean IsDomestic)Set 默认true | 
| void | setTdwHost(String TdwHost)Set TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com | 
| void | setTdwPort(Long TdwPort)Set TDW端口,默认8099 | 
| void | setTid(String Tid)Set Tdw的tid | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TdwParam()
public TdwParam(TdwParam source)
public String getBid()
public void setBid(String Bid)
Bid - Tdw的bidpublic String getTid()
public void setTid(String Tid)
Tid - Tdw的tidpublic Boolean getIsDomestic()
public void setIsDomestic(Boolean IsDomestic)
IsDomestic - 默认truepublic String getTdwHost()
public void setTdwHost(String TdwHost)
TdwHost - TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.compublic Long getTdwPort()
public void setTdwPort(Long TdwPort)
TdwPort - TDW端口,默认8099Copyright © 2025. All rights reserved.