public class RenewCardsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getIccids()
Get 续费的iccid
|
Long |
getRenewNum()
Get 续费的周期(单位:月)
|
Long |
getSdkappid()
Get 应用ID
|
void |
setIccids(String[] Iccids)
Set 续费的iccid
|
void |
setRenewNum(Long RenewNum)
Set 续费的周期(单位:月)
|
void |
setSdkappid(Long Sdkappid)
Set 应用ID
|
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 RenewCardsRequest()
public RenewCardsRequest(RenewCardsRequest source)
public Long getSdkappid()
public void setSdkappid(Long Sdkappid)
Sdkappid
- 应用IDpublic String[] getIccids()
public void setIccids(String[] Iccids)
Iccids
- 续费的iccidpublic Long getRenewNum()
public void setRenewNum(Long RenewNum)
RenewNum
- 续费的周期(单位:月)Copyright © 2021. All rights reserved.