public class DescribePublisherSummaryResponse extends AbstractModel
Constructor and Description |
---|
DescribePublisherSummaryResponse() |
DescribePublisherSummaryResponse(DescribePublisherSummaryResponse 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 |
---|---|
Float |
getMsgRateIn()
Get Production rate (messages/sec).
|
Float |
getMsgThroughputIn()
Get Production rate (byte/sec).
|
Long |
getPublisherCount()
Get The number of producers.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getStorageSize()
Get Message storage size in bytes.
|
void |
setMsgRateIn(Float MsgRateIn)
Set Production rate (messages/sec).
|
void |
setMsgThroughputIn(Float MsgThroughputIn)
Set Production rate (byte/sec).
|
void |
setPublisherCount(Long PublisherCount)
Set The number of producers.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStorageSize(Long StorageSize)
Set Message storage size in bytes.
|
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 DescribePublisherSummaryResponse()
public DescribePublisherSummaryResponse(DescribePublisherSummaryResponse source)
public Float getMsgRateIn()
public void setMsgRateIn(Float MsgRateIn)
MsgRateIn
- Production rate (messages/sec).
Note: this field may return `null`, indicating that no valid values can be obtained.public Float getMsgThroughputIn()
public void setMsgThroughputIn(Float MsgThroughputIn)
MsgThroughputIn
- Production rate (byte/sec).
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getPublisherCount()
public void setPublisherCount(Long PublisherCount)
PublisherCount
- The number of producers.
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getStorageSize()
public void setStorageSize(Long StorageSize)
StorageSize
- Message storage size in bytes.
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.