Class TJCallInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.TJCallInfo
-
public class TJCallInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TJCallInfo()TJCallInfo(TJCallInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallExample()Get 调用示例 注意:此字段可能返回 null,表示取不到有效值。StringgetHttpAddr()Get 调用地址 注意:此字段可能返回 null,表示取不到有效值。StringgetToken()Get token 注意:此字段可能返回 null,表示取不到有效值。voidsetCallExample(String CallExample)Set 调用示例 注意:此字段可能返回 null,表示取不到有效值。voidsetHttpAddr(String HttpAddr)Set 调用地址 注意:此字段可能返回 null,表示取不到有效值。voidsetToken(String Token)Set token 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
TJCallInfo
public TJCallInfo()
-
TJCallInfo
public TJCallInfo(TJCallInfo 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
-
getHttpAddr
public String getHttpAddr()
Get 调用地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HttpAddr 调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
setHttpAddr
public void setHttpAddr(String HttpAddr)
Set 调用地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HttpAddr- 调用地址 注意:此字段可能返回 null,表示取不到有效值。
-
getToken
public String getToken()
Get token 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Token token 注意:此字段可能返回 null,表示取不到有效值。
-
setToken
public void setToken(String Token)
Set token 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Token- token 注意:此字段可能返回 null,表示取不到有效值。
-
getCallExample
public String getCallExample()
Get 调用示例 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CallExample 调用示例 注意:此字段可能返回 null,表示取不到有效值。
-
setCallExample
public void setCallExample(String CallExample)
Set 调用示例 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CallExample- 调用示例 注意:此字段可能返回 null,表示取不到有效值。
-
-