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 | getEntityType()Get Type of the shipping entity. | 
| String | getZoneId()Get ID of the site. | 
| 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, toJsonStringpublic 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:
Copyright © 2022. All rights reserved.