public class DescribeConcurrencyUsageGraphResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeConcurrencyUsageGraphResponse() |
DescribeConcurrencyUsageGraphResponse(DescribeConcurrencyUsageGraphResponse 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 |
---|---|
Long[] |
getAvailableY()
Get Available concurrent Y-axis coordinate.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long[] |
getSuccessCallY()
Get Succeeded to call the concurrent Y-axis coordinate.
|
String[] |
getX()
Get X-axis: time zone; returns two interval ranges of "minute/hour/day" according to the granularity of query conditions.
|
void |
setAvailableY(Long[] AvailableY)
Set Available concurrent Y-axis coordinate.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSuccessCallY(Long[] SuccessCallY)
Set Succeeded to call the concurrent Y-axis coordinate.
|
void |
setX(String[] X)
Set X-axis: time zone; returns two interval ranges of "minute/hour/day" according to the granularity of query conditions.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeConcurrencyUsageGraphResponse()
public DescribeConcurrencyUsageGraphResponse(DescribeConcurrencyUsageGraphResponse source)
public String[] getX()
public void setX(String[] X)
X
- X-axis: time zone; returns two interval ranges of "minute/hour/day" according to the granularity of query conditions.public Long[] getAvailableY()
public void setAvailableY(Long[] AvailableY)
AvailableY
- Available concurrent Y-axis coordinate.public Long[] getSuccessCallY()
public void setSuccessCallY(Long[] SuccessCallY)
SuccessCallY
- Succeeded to call the concurrent Y-axis coordinate.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.