public class ModifyLinkTeleRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLinkID()
Get 云兔ID
|
Long |
getTeleOperator()
Get 运营商 1 移动 2 联通 3 电信
|
void |
setLinkID(Long LinkID)
Set 云兔ID
|
void |
setTeleOperator(Long TeleOperator)
Set 运营商 1 移动 2 联通 3 电信
|
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, toJsonString
public ModifyLinkTeleRequest()
public ModifyLinkTeleRequest(ModifyLinkTeleRequest source)
public Long getLinkID()
public void setLinkID(Long LinkID)
LinkID
- 云兔IDpublic Long getTeleOperator()
public void setTeleOperator(Long TeleOperator)
TeleOperator
- 运营商 1 移动 2 联通 3 电信Copyright © 2023. All rights reserved.