public class DescribeLinkRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLinkID()
Get 云兔卡ID
|
String |
getUinAccount()
Get 具体的账号
|
void |
setLinkID(Long LinkID)
Set 云兔卡ID
|
void |
setUinAccount(String UinAccount)
Set 具体的账号
|
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 DescribeLinkRequest()
public DescribeLinkRequest(DescribeLinkRequest source)
public Long getLinkID()
public void setLinkID(Long LinkID)
LinkID
- 云兔卡IDpublic String getUinAccount()
public void setUinAccount(String UinAccount)
UinAccount
- 具体的账号Copyright © 2023. All rights reserved.