Class ModifyLinkTeleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.hasim.v20210716.models.ModifyLinkTeleRequest
-
public class ModifyLinkTeleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyLinkTeleRequest()
ModifyLinkTeleRequest(ModifyLinkTeleRequest 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 Long
getLinkID()
Get 云兔IDLong
getTeleOperator()
Get 运营商 1 移动 2 联通 3 电信void
setLinkID(Long LinkID)
Set 云兔IDvoid
setTeleOperator(Long TeleOperator)
Set 运营商 1 移动 2 联通 3 电信void
toMap(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
-
ModifyLinkTeleRequest
public ModifyLinkTeleRequest()
-
ModifyLinkTeleRequest
public ModifyLinkTeleRequest(ModifyLinkTeleRequest 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
-
getLinkID
public Long getLinkID()
Get 云兔ID- Returns:
- LinkID 云兔ID
-
setLinkID
public void setLinkID(Long LinkID)
Set 云兔ID- Parameters:
LinkID
- 云兔ID
-
getTeleOperator
public Long getTeleOperator()
Get 运营商 1 移动 2 联通 3 电信- Returns:
- TeleOperator 运营商 1 移动 2 联通 3 电信
-
setTeleOperator
public void setTeleOperator(Long TeleOperator)
Set 运营商 1 移动 2 联通 3 电信- Parameters:
TeleOperator
- 运营商 1 移动 2 联通 3 电信
-
-