public class QueryMetricTopicRequest extends cn.com.antcloud.api.product.AntCloudProdRequest<QueryMetricTopicResponse>
| 构造器和说明 |
|---|
QueryMetricTopicRequest() |
QueryMetricTopicRequest(String productInstanceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCell() |
Long |
getEndTimestamp() |
String |
getInstanceId() |
Long |
getPartition() |
Long |
getStartTimestamp() |
String |
getTopic() |
void |
setCell(String cell) |
void |
setEndTimestamp(Long endTimestamp) |
void |
setInstanceId(String instanceId) |
void |
setPartition(Long partition) |
void |
setStartTimestamp(Long startTimestamp) |
void |
setTopic(String topic) |
getProductInstanceId, getRegionName, setProductInstanceId, setRegionNamepublic QueryMetricTopicRequest(String productInstanceId)
public QueryMetricTopicRequest()
public String getInstanceId()
public void setInstanceId(String instanceId)
public String getCell()
public void setCell(String cell)
public Long getStartTimestamp()
public void setStartTimestamp(Long startTimestamp)
public Long getEndTimestamp()
public void setEndTimestamp(Long endTimestamp)
public String getTopic()
public void setTopic(String topic)
public Long getPartition()
public void setPartition(Long partition)
Copyright © 2025. All Rights Reserved.