Class PaasStrategy
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.zj.v20190121.models.PaasStrategy
-
public class PaasStrategy extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PaasStrategy()PaasStrategy(PaasStrategy 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 LonggetCrowdID()Get 人群包idPaasStrategyItem[]getItems()Get 待选素材数组voidsetCrowdID(Long CrowdID)Set 人群包idvoidsetItems(PaasStrategyItem[] Items)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
-
PaasStrategy
public PaasStrategy()
-
PaasStrategy
public PaasStrategy(PaasStrategy 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
-
getCrowdID
public Long getCrowdID()
Get 人群包id- Returns:
- CrowdID 人群包id
-
setCrowdID
public void setCrowdID(Long CrowdID)
Set 人群包id- Parameters:
CrowdID- 人群包id
-
getItems
public PaasStrategyItem[] getItems()
Get 待选素材数组- Returns:
- Items 待选素材数组
-
setItems
public void setItems(PaasStrategyItem[] Items)
Set 待选素材数组- Parameters:
Items- 待选素材数组
-
-