public class PaasStrategy extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCrowdID()
Get 人群包id
|
PaasStrategyItem[] |
getItems()
Get 待选素材数组
|
void |
setCrowdID(Long CrowdID)
Set 人群包id
|
void |
setItems(PaasStrategyItem[] Items)
Set 待选素材数组
|
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 PaasStrategy()
public PaasStrategy(PaasStrategy source)
public Long getCrowdID()
public void setCrowdID(Long CrowdID)
CrowdID
- 人群包idpublic PaasStrategyItem[] getItems()
public void setItems(PaasStrategyItem[] Items)
Items
- 待选素材数组Copyright © 2021. All rights reserved.