Class PayForExtendDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ic.v20190307.models.PayForExtendDataRequest
-
public class PayForExtendDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PayForExtendDataRequest()PayForExtendDataRequest(PayForExtendDataRequest 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 LonggetExtentData()Get 套外流量,单位MBStringgetIccid()Get 卡片ICCIDLonggetSdkappid()Get 应用IDvoidsetExtentData(Long ExtentData)Set 套外流量,单位MBvoidsetIccid(String Iccid)Set 卡片ICCIDvoidsetSdkappid(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
-
PayForExtendDataRequest
public PayForExtendDataRequest()
-
PayForExtendDataRequest
public PayForExtendDataRequest(PayForExtendDataRequest 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
-
getIccid
public String getIccid()
Get 卡片ICCID- Returns:
- Iccid 卡片ICCID
-
setIccid
public void setIccid(String Iccid)
Set 卡片ICCID- Parameters:
Iccid- 卡片ICCID
-
getExtentData
public Long getExtentData()
Get 套外流量,单位MB- Returns:
- ExtentData 套外流量,单位MB
-
setExtentData
public void setExtentData(Long ExtentData)
Set 套外流量,单位MB- Parameters:
ExtentData- 套外流量,单位MB
-
getSdkappid
public Long getSdkappid()
Get 应用ID- Returns:
- Sdkappid 应用ID
-
setSdkappid
public void setSdkappid(Long Sdkappid)
Set 应用ID- Parameters:
Sdkappid- 应用ID
-
-