public class MapInfo extends AbstractModel
| Constructor and Description | 
|---|
MapInfo()  | 
MapInfo(MapInfo 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 | 
|---|---|
Long | 
getId()
Get Object ID 
 | 
String | 
getName()
Get Object name 
 | 
void | 
setId(Long Id)
Set Object ID 
 | 
void | 
setName(String Name)
Set Object name 
 | 
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 MapInfo()
public MapInfo(MapInfo source)
public Long getId()
public void setId(Long Id)
Id - Object IDpublic String getName()
public void setName(String Name)
Name - Object nameCopyright © 2021. All rights reserved.