Class DescribeBrandSocialOpinionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbm.v20180129.models.DescribeBrandSocialOpinionRequest
-
public class DescribeBrandSocialOpinionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBrandId()
Get 品牌IDString
getEndDate()
Get 检索结束时间Long
getLimit()
Get 查询条数上限,默认20Long
getOffset()
Get 查询偏移,默认从0开始Boolean
getShowList()
Get 列表显示标记,若为true,则返回文章列表详情String
getStartDate()
Get 检索开始时间void
setBrandId(String BrandId)
Set 品牌IDvoid
setEndDate(String EndDate)
Set 检索结束时间void
setLimit(Long Limit)
Set 查询条数上限,默认20void
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeBrandSocialOpinionRequest
public DescribeBrandSocialOpinionRequest()
-
DescribeBrandSocialOpinionRequest
public 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.
-
-
Method Detail
-
getBrandId
public String getBrandId()
Get 品牌ID- Returns:
- BrandId 品牌ID
-
setBrandId
public void setBrandId(String BrandId)
Set 品牌ID- Parameters:
BrandId
- 品牌ID
-
getStartDate
public String getStartDate()
Get 检索开始时间- Returns:
- StartDate 检索开始时间
-
setStartDate
public void setStartDate(String StartDate)
Set 检索开始时间- Parameters:
StartDate
- 检索开始时间
-
getEndDate
public String getEndDate()
Get 检索结束时间- Returns:
- EndDate 检索结束时间
-
setEndDate
public void setEndDate(String EndDate)
Set 检索结束时间- Parameters:
EndDate
- 检索结束时间
-
getOffset
public Long getOffset()
Get 查询偏移,默认从0开始- Returns:
- Offset 查询偏移,默认从0开始
-
setOffset
public void setOffset(Long Offset)
Set 查询偏移,默认从0开始- Parameters:
Offset
- 查询偏移,默认从0开始
-
getLimit
public Long getLimit()
Get 查询条数上限,默认20- Returns:
- Limit 查询条数上限,默认20
-
setLimit
public void setLimit(Long Limit)
Set 查询条数上限,默认20- Parameters:
Limit
- 查询条数上限,默认20
-
getShowList
public Boolean getShowList()
Get 列表显示标记,若为true,则返回文章列表详情- Returns:
- ShowList 列表显示标记,若为true,则返回文章列表详情
-
setShowList
public void setShowList(Boolean ShowList)
Set 列表显示标记,若为true,则返回文章列表详情- Parameters:
ShowList
- 列表显示标记,若为true,则返回文章列表详情
-
-