public class DescribeBrandSocialOpinionRequest extends AbstractModel
Constructor and Description |
---|
DescribeBrandSocialOpinionRequest() |
DescribeBrandSocialOpinionRequest(DescribeBrandSocialOpinionRequest 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 |
---|---|
String |
getBrandId()
Get 品牌ID
|
String |
getEndDate()
Get 检索结束时间
|
Long |
getLimit()
Get 查询条数上限,默认20
|
Long |
getOffset()
Get 查询偏移,默认从0开始
|
Boolean |
getShowList()
Get 列表显示标记,若为true,则返回文章列表详情
|
String |
getStartDate()
Get 检索开始时间
|
void |
setBrandId(String BrandId)
Set 品牌ID
|
void |
setEndDate(String EndDate)
Set 检索结束时间
|
void |
setLimit(Long Limit)
Set 查询条数上限,默认20
|
void |
setOffset(Long Offset)
Set 查询偏移,默认从0开始
|
void |
setShowList(Boolean ShowList)
Set 列表显示标记,若为true,则返回文章列表详情
|
void |
setStartDate(String StartDate)
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 DescribeBrandSocialOpinionRequest()
public DescribeBrandSocialOpinionRequest(DescribeBrandSocialOpinionRequest source)
public String getBrandId()
public void setBrandId(String BrandId)
BrandId
- 品牌IDpublic String getStartDate()
public void setStartDate(String StartDate)
StartDate
- 检索开始时间public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 检索结束时间public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询偏移,默认从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询条数上限,默认20public Boolean getShowList()
public void setShowList(Boolean ShowList)
ShowList
- 列表显示标记,若为true,则返回文章列表详情Copyright © 2021. All rights reserved.