Class RenewCardsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ic.v20190307.models.RenewCardsRequest
-
public class RenewCardsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RenewCardsRequest()
RenewCardsRequest(RenewCardsRequest 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 String[]
getIccids()
Get 续费的iccidLong
getRenewNum()
Get 续费的周期(单位:月)Long
getSdkappid()
Get 应用IDvoid
setIccids(String[] Iccids)
Set 续费的iccidvoid
setRenewNum(Long RenewNum)
Set 续费的周期(单位:月)void
setSdkappid(Long Sdkappid)
Set 应用IDvoid
toMap(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
-
RenewCardsRequest
public RenewCardsRequest()
-
RenewCardsRequest
public RenewCardsRequest(RenewCardsRequest 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
-
getIccids
public String[] getIccids()
Get 续费的iccid- Returns:
- Iccids 续费的iccid
-
setIccids
public void setIccids(String[] Iccids)
Set 续费的iccid- Parameters:
Iccids
- 续费的iccid
-
getRenewNum
public Long getRenewNum()
Get 续费的周期(单位:月)- Returns:
- RenewNum 续费的周期(单位:月)
-
setRenewNum
public void setRenewNum(Long RenewNum)
Set 续费的周期(单位:月)- Parameters:
RenewNum
- 续费的周期(单位:月)
-
-