Package | Description |
---|---|
com.tencentcloudapi.cls.v20201016.models |
Modifier and Type | Method and Description |
---|---|
ConsumerContent |
ModifyConsumerRequest.getContent()
Get Metadata to ship if `NeedContent` is `true`
|
ConsumerContent |
CreateConsumerRequest.getContent()
Get Metadata to ship if `NeedContent` is `true`
|
ConsumerContent |
DescribeConsumerResponse.getContent()
Get Metadata shipped if `NeedContent` is `true`
Note: This field may return `null`, indicating that no valid value was found.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyConsumerRequest.setContent(ConsumerContent Content)
Set Metadata to ship if `NeedContent` is `true`
|
void |
CreateConsumerRequest.setContent(ConsumerContent Content)
Set Metadata to ship if `NeedContent` is `true`
|
void |
DescribeConsumerResponse.setContent(ConsumerContent Content)
Set Metadata shipped if `NeedContent` is `true`
Note: This field may return `null`, indicating that no valid value was found.
|
Constructor and Description |
---|
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.
|
Copyright © 2023. All rights reserved.