public class MemberMap extends AbstractModel
| Constructor and Description | 
|---|
| MemberMap() | 
| MemberMap(MemberMap 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 | getName()Get Key | 
| String | getType()Get Type
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getValue()Get Value | 
| void | setName(String Name)Set Key | 
| void | setType(String Type)Set Type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setValue(String Value)Set Value | 
| 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 MemberMap()
public MemberMap(MemberMap source)
public String getName()
public void setName(String Name)
Name - Keypublic String getValue()
public void setValue(String Value)
Value - Valuepublic String getType()
public void setType(String Type)
Type - Type
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.