public class JsonInfo extends AbstractModel
| Constructor and Description | 
|---|
| JsonInfo() | 
| JsonInfo(JsonInfo 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 | 
|---|---|
| Boolean | getEnableTag()Get Enablement flag | 
| String[] | getMetaFields()Get Metadata information list
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setEnableTag(Boolean EnableTag)Set Enablement flag | 
| void | setMetaFields(String[] MetaFields)Set Metadata information list
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| 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 JsonInfo()
public JsonInfo(JsonInfo source)
public Boolean getEnableTag()
public void setEnableTag(Boolean EnableTag)
EnableTag - Enablement flagpublic String[] getMetaFields()
public void setMetaFields(String[] MetaFields)
MetaFields - Metadata information list
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.