public class ConsumerContent extends AbstractModel
Constructor and Description |
---|
ConsumerContent() |
ConsumerContent(ConsumerContent 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 Whether to ship tag information
Note: This field may return `null`, indicating that no valid value was found.
|
String[] |
getMetaFields()
Get List of metadata to ship.
|
void |
setEnableTag(Boolean EnableTag)
Set Whether to ship tag information
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setMetaFields(String[] MetaFields)
Set List of metadata to ship.
|
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 ConsumerContent()
public ConsumerContent(ConsumerContent source)
public Boolean getEnableTag()
public void setEnableTag(Boolean EnableTag)
EnableTag
- Whether to ship tag information
Note: This field may return `null`, indicating that no valid value was found.public String[] getMetaFields()
public void setMetaFields(String[] MetaFields)
MetaFields
- List of metadata to ship. Currently, only __SOURCE__, __FILENAME__, and __TIMESTAMP__ are supported.
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2022. All rights reserved.