public class AddressTemplateItem extends AbstractModel
Constructor and Description |
---|
AddressTemplateItem() |
AddressTemplateItem(AddressTemplateItem 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 |
getFrom()
Get 起始地址。
|
String |
getTo()
Get 结束地址。
|
void |
setFrom(String From)
Set 起始地址。
|
void |
setTo(String To)
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 AddressTemplateItem()
public AddressTemplateItem(AddressTemplateItem source)
Copyright © 2021. All rights reserved.