Class DescribeLinkRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.hasim.v20210716.models.DescribeLinkRequest
-
public class DescribeLinkRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeLinkRequest()DescribeLinkRequest(DescribeLinkRequest 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 LonggetLinkID()Get 云兔卡IDStringgetUinAccount()Get 具体的账号voidsetLinkID(Long LinkID)Set 云兔卡IDvoidsetUinAccount(String UinAccount)Set 具体的账号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
-
DescribeLinkRequest
public DescribeLinkRequest()
-
DescribeLinkRequest
public DescribeLinkRequest(DescribeLinkRequest 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
-
getUinAccount
public String getUinAccount()
Get 具体的账号- Returns:
- UinAccount 具体的账号
-
setUinAccount
public void setUinAccount(String UinAccount)
Set 具体的账号- Parameters:
UinAccount- 具体的账号
-
-