public class DescribeBrandNegCommentsRequest extends AbstractModel
Constructor and Description |
---|
DescribeBrandNegCommentsRequest() |
DescribeBrandNegCommentsRequest(DescribeBrandNegCommentsRequest 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开始
|
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 |
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 DescribeBrandNegCommentsRequest()
public DescribeBrandNegCommentsRequest(DescribeBrandNegCommentsRequest 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 getLimit()
public void setLimit(Long Limit)
Limit
- 查询条数上限,默认20public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询偏移,默认从0开始Copyright © 2022. All rights reserved.