public class DescribeAddableEntityListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAddableEntityListRequest() |
DescribeAddableEntityListRequest(DescribeAddableEntityListRequest 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 |
getArea()
Get The service region.
|
String |
getEntityType()
Get Type of the shipping entity.
|
String |
getZoneId()
Get ID of the site.
|
void |
setArea(String Area)
Set The service region.
|
void |
setEntityType(String EntityType)
Set Type of the shipping entity.
|
void |
setZoneId(String ZoneId)
Set ID of the site.
|
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 DescribeAddableEntityListRequest()
public DescribeAddableEntityListRequest(DescribeAddableEntityListRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site.public String getEntityType()
public void setEntityType(String EntityType)
EntityType
- Type of the shipping entity. Values:
public String getArea()
public void setArea(String Area)
Area
- The service region. Values:
Copyright © 2023. All rights reserved.