public static class CapacityPlanRequest.CapacityPlanRequestMetric
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
averageQps |
String |
code |
Long |
concurrent |
Integer |
peakQps |
Integer |
responseTime |
Long |
throughput |
String |
type |
构造器和说明 |
---|
CapacityPlanRequestMetric() |
限定符和类型 | 方法和说明 |
---|---|
static CapacityPlanRequest.CapacityPlanRequestMetric |
build(Map<String,?> map) |
Integer |
getAverageQps() |
String |
getCode() |
Long |
getConcurrent() |
Integer |
getPeakQps() |
Integer |
getResponseTime() |
Long |
getThroughput() |
String |
getType() |
CapacityPlanRequest.CapacityPlanRequestMetric |
setAverageQps(Integer averageQps) |
CapacityPlanRequest.CapacityPlanRequestMetric |
setCode(String code) |
CapacityPlanRequest.CapacityPlanRequestMetric |
setConcurrent(Long concurrent) |
CapacityPlanRequest.CapacityPlanRequestMetric |
setPeakQps(Integer peakQps) |
CapacityPlanRequest.CapacityPlanRequestMetric |
setResponseTime(Integer responseTime) |
CapacityPlanRequest.CapacityPlanRequestMetric |
setThroughput(Long throughput) |
CapacityPlanRequest.CapacityPlanRequestMetric |
setType(String type) |
@NameInMap(value="averageQps") public Integer averageQps
@NameInMap(value="code") public String code
@NameInMap(value="concurrent") public Long concurrent
@NameInMap(value="peakQps") public Integer peakQps
@NameInMap(value="responseTime") public Integer responseTime
@NameInMap(value="throughput") public Long throughput
@NameInMap(value="type") public String type
public static CapacityPlanRequest.CapacityPlanRequestMetric build(Map<String,?> map) throws Exception
Exception
public CapacityPlanRequest.CapacityPlanRequestMetric setAverageQps(Integer averageQps)
public Integer getAverageQps()
public CapacityPlanRequest.CapacityPlanRequestMetric setCode(String code)
public String getCode()
public CapacityPlanRequest.CapacityPlanRequestMetric setConcurrent(Long concurrent)
public Long getConcurrent()
public CapacityPlanRequest.CapacityPlanRequestMetric setPeakQps(Integer peakQps)
public Integer getPeakQps()
public CapacityPlanRequest.CapacityPlanRequestMetric setResponseTime(Integer responseTime)
public Integer getResponseTime()
public CapacityPlanRequest.CapacityPlanRequestMetric setThroughput(Long throughput)
public Long getThroughput()
public CapacityPlanRequest.CapacityPlanRequestMetric setType(String type)
public String getType()
Copyright © 2024. All rights reserved.