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.
|
Boolean |
getTagJsonNotTiled()
Get This parameter is required if `EnableTag` is `true`, and is used to specify whether the tag information is JSON tiled.
|
Long |
getTimestampAccuracy()
Get Shipping timestamp precision in seconds (default) or milliseconds
Note: This field may return null, indicating that no valid values can be obtained.
|
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 |
setTagJsonNotTiled(Boolean TagJsonNotTiled)
Set This parameter is required if `EnableTag` is `true`, and is used to specify whether the tag information is JSON tiled.
|
void |
setTimestampAccuracy(Long TimestampAccuracy)
Set Shipping timestamp precision in seconds (default) or milliseconds
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, 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. Supported metadata types: \_\_SOURCE\_\_, \_\_FILENAME\_\_, \_\_TIMESTAMP\_\_, \_\_HOSTNAME\_\_, and \_\_PKGID\_\_.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getTagJsonNotTiled()
public void setTagJsonNotTiled(Boolean TagJsonNotTiled)
TagJsonNotTiled
- This parameter is required if `EnableTag` is `true`, and is used to specify whether the tag information is JSON tiled. Valid values: `true` (not tiled); `false` (tiled)
Note: This field may return `null`, indicating that no valid value was found.public Long getTimestampAccuracy()
public void setTimestampAccuracy(Long TimestampAccuracy)
TimestampAccuracy
- Shipping timestamp precision in seconds (default) or milliseconds
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.