public class DescribeConsumerResponse extends AbstractModel
Constructor and Description |
---|
DescribeConsumerResponse() |
DescribeConsumerResponse(DescribeConsumerResponse 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 |
---|---|
Ckafka |
getCkafka()
Get CKafka information
|
Long |
getCompression()
Get Compression mode.
|
ConsumerContent |
getContent()
Get Metadata shipped if `NeedContent` is `true`
Note: This field may return `null`, indicating that no valid value was found.
|
Boolean |
getEffective()
Get Whether the shipping task is effective
|
Boolean |
getNeedContent()
Get Whether log metadata is shipped
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setCkafka(Ckafka Ckafka)
Set CKafka information
|
void |
setCompression(Long Compression)
Set Compression mode.
|
void |
setContent(ConsumerContent Content)
Set Metadata shipped if `NeedContent` is `true`
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setEffective(Boolean Effective)
Set Whether the shipping task is effective
|
void |
setNeedContent(Boolean NeedContent)
Set Whether log metadata is shipped
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 DescribeConsumerResponse()
public DescribeConsumerResponse(DescribeConsumerResponse source)
public Boolean getEffective()
public void setEffective(Boolean Effective)
Effective
- Whether the shipping task is effectivepublic Boolean getNeedContent()
public void setNeedContent(Boolean NeedContent)
NeedContent
- Whether log metadata is shippedpublic ConsumerContent getContent()
public void setContent(ConsumerContent Content)
Content
- Metadata shipped if `NeedContent` is `true`
Note: This field may return `null`, indicating that no valid value was found.public Ckafka getCkafka()
public void setCkafka(Ckafka Ckafka)
Ckafka
- CKafka informationpublic Long getCompression()
public void setCompression(Long Compression)
Compression
- Compression mode. Valid values: `0` (no compression), `2` (snappy), `3` (LZ4).
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.