Class GetCrowdPackListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.zj.v20190121.models.GetCrowdPackListRequest
-
public class GetCrowdPackListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetCrowdPackListRequest()GetCrowdPackListRequest(GetCrowdPackListRequest 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 StringgetLicense()Get 商户证书LonggetLimit()Get 限制返回数量StringgetName()Get 人群包名称,用于过滤人群包LonggetOffset()Get 偏移量LonggetStatus()Get 人群包状态,默认-1,用于过滤人群包voidsetLicense(String License)Set 商户证书voidsetLimit(Long Limit)Set 限制返回数量voidsetName(String Name)Set 人群包名称,用于过滤人群包voidsetOffset(Long Offset)Set 偏移量voidsetStatus(Long Status)Set 人群包状态,默认-1,用于过滤人群包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
-
GetCrowdPackListRequest
public GetCrowdPackListRequest()
-
GetCrowdPackListRequest
public GetCrowdPackListRequest(GetCrowdPackListRequest 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
-
getLicense
public String getLicense()
Get 商户证书- Returns:
- License 商户证书
-
setLicense
public void setLicense(String License)
Set 商户证书- Parameters:
License- 商户证书
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getLimit
public Long getLimit()
Get 限制返回数量- Returns:
- Limit 限制返回数量
-
setLimit
public void setLimit(Long Limit)
Set 限制返回数量- Parameters:
Limit- 限制返回数量
-
getName
public String getName()
Get 人群包名称,用于过滤人群包- Returns:
- Name 人群包名称,用于过滤人群包
-
setName
public void setName(String Name)
Set 人群包名称,用于过滤人群包- Parameters:
Name- 人群包名称,用于过滤人群包
-
getStatus
public Long getStatus()
Get 人群包状态,默认-1,用于过滤人群包- Returns:
- Status 人群包状态,默认-1,用于过滤人群包
-
setStatus
public void setStatus(Long Status)
Set 人群包状态,默认-1,用于过滤人群包- Parameters:
Status- 人群包状态,默认-1,用于过滤人群包
-
-