Class DescribeBrandMediaReportRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbm.v20180129.models.DescribeBrandMediaReportRequest
-
public class DescribeBrandMediaReportRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBrandMediaReportRequest()DescribeBrandMediaReportRequest(DescribeBrandMediaReportRequest 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 StringgetBrandId()Get 品牌IDStringgetEndDate()Get 查询结束时间StringgetStartDate()Get 查询开始时间voidsetBrandId(String BrandId)Set 品牌IDvoidsetEndDate(String EndDate)Set 查询结束时间voidsetStartDate(String StartDate)Set 查询开始时间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
-
DescribeBrandMediaReportRequest
public DescribeBrandMediaReportRequest()
-
DescribeBrandMediaReportRequest
public DescribeBrandMediaReportRequest(DescribeBrandMediaReportRequest 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- 查询结束时间
-
-