Class CardList
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ic.v20190307.models.CardList
-
public class CardList 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 CardInfo[]getList()Get 卡片列表信息 注意:此字段可能返回 null,表示取不到有效值。StringgetTotal()Get 卡片总数voidsetList(CardInfo[] List)Set 卡片列表信息 注意:此字段可能返回 null,表示取不到有效值。voidsetTotal(String Total)Set 卡片总数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
-
CardList
public CardList()
-
CardList
public CardList(CardList 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
-
getTotal
public String getTotal()
Get 卡片总数- Returns:
- Total 卡片总数
-
setTotal
public void setTotal(String Total)
Set 卡片总数- Parameters:
Total- 卡片总数
-
getList
public CardInfo[] getList()
Get 卡片列表信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- List 卡片列表信息 注意:此字段可能返回 null,表示取不到有效值。
-
setList
public void setList(CardInfo[] List)
Set 卡片列表信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
List- 卡片列表信息 注意:此字段可能返回 null,表示取不到有效值。
-
-