public class DescribeZoneFlowAgeInfoByZoneIdRequest extends AbstractModel
Constructor and Description |
---|
DescribeZoneFlowAgeInfoByZoneIdRequest() |
DescribeZoneFlowAgeInfoByZoneIdRequest(DescribeZoneFlowAgeInfoByZoneIdRequest 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 |
getCompanyId()
Get 集团ID
|
String |
getEndDate()
Get 结束日期,格式yyyy-MM-dd
|
Long |
getShopId()
Get 店铺ID
|
String |
getStartDate()
Get 开始日期,格式yyyy-MM-dd
|
Long |
getZoneId()
Get 区域ID
|
void |
setCompanyId(String CompanyId)
Set 集团ID
|
void |
setEndDate(String EndDate)
Set 结束日期,格式yyyy-MM-dd
|
void |
setShopId(Long ShopId)
Set 店铺ID
|
void |
setStartDate(String StartDate)
Set 开始日期,格式yyyy-MM-dd
|
void |
setZoneId(Long ZoneId)
Set 区域ID
|
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 DescribeZoneFlowAgeInfoByZoneIdRequest()
public DescribeZoneFlowAgeInfoByZoneIdRequest(DescribeZoneFlowAgeInfoByZoneIdRequest source)
public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 集团IDpublic Long getShopId()
public void setShopId(Long ShopId)
ShopId
- 店铺IDpublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 区域IDpublic String getStartDate()
public void setStartDate(String StartDate)
StartDate
- 开始日期,格式yyyy-MM-ddpublic String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 结束日期,格式yyyy-MM-ddCopyright © 2021. All rights reserved.