Class ResRenew
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ic.v20190307.models.ResRenew
-
public class ResRenew extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getOrderIds()Get 每一张续费卡片的订单ID数组 注意:此字段可能返回 null,表示取不到有效值。voidsetOrderIds(String[] OrderIds)Set 每一张续费卡片的订单ID数组 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
ResRenew
public ResRenew()
-
ResRenew
public ResRenew(ResRenew 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
-
getOrderIds
public String[] getOrderIds()
Get 每一张续费卡片的订单ID数组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OrderIds 每一张续费卡片的订单ID数组 注意:此字段可能返回 null,表示取不到有效值。
-
setOrderIds
public void setOrderIds(String[] OrderIds)
Set 每一张续费卡片的订单ID数组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OrderIds- 每一张续费卡片的订单ID数组 注意:此字段可能返回 null,表示取不到有效值。
-
-