Class DescribeCardRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ic.v20190307.models.DescribeCardRequest
-
public class DescribeCardRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCardRequest()DescribeCardRequest(DescribeCardRequest 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 StringgetIccid()Get 卡片IDLonggetSdkappid()Get 应用IDvoidsetIccid(String Iccid)Set 卡片IDvoidsetSdkappid(Long Sdkappid)Set 应用IDvoidtoMap(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
-
DescribeCardRequest
public DescribeCardRequest()
-
DescribeCardRequest
public DescribeCardRequest(DescribeCardRequest 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
-
getSdkappid
public Long getSdkappid()
Get 应用ID- Returns:
- Sdkappid 应用ID
-
setSdkappid
public void setSdkappid(Long Sdkappid)
Set 应用ID- Parameters:
Sdkappid- 应用ID
-
getIccid
public String getIccid()
Get 卡片ID- Returns:
- Iccid 卡片ID
-
setIccid
public void setIccid(String Iccid)
Set 卡片ID- Parameters:
Iccid- 卡片ID
-
-