Class QueryDataRepositoryBandwidthResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.QueryDataRepositoryBandwidthResponse
-
public class QueryDataRepositoryBandwidthResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryDataRepositoryBandwidthResponse()
QueryDataRepositoryBandwidthResponse(QueryDataRepositoryBandwidthResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getBandwidth()
Get 数据流动带宽, 单位MB/sLong
getBandwidthStatus()
Get 带宽状态。1:待扩容;2:运行中;3:扩容中Long
getMinBandwidth()
Get 能设置的最小带宽, 单位MB/sString
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setBandwidth(Long Bandwidth)
Set 数据流动带宽, 单位MB/svoid
setBandwidthStatus(Long BandwidthStatus)
Set 带宽状态。1:待扩容;2:运行中;3:扩容中void
setMinBandwidth(Long MinBandwidth)
Set 能设置的最小带宽, 单位MB/svoid
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueryDataRepositoryBandwidthResponse
public QueryDataRepositoryBandwidthResponse()
-
QueryDataRepositoryBandwidthResponse
public QueryDataRepositoryBandwidthResponse(QueryDataRepositoryBandwidthResponse 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.
-
-
Method Detail
-
getBandwidth
public Long getBandwidth()
Get 数据流动带宽, 单位MB/s- Returns:
- Bandwidth 数据流动带宽, 单位MB/s
-
setBandwidth
public void setBandwidth(Long Bandwidth)
Set 数据流动带宽, 单位MB/s- Parameters:
Bandwidth
- 数据流动带宽, 单位MB/s
-
getBandwidthStatus
public Long getBandwidthStatus()
Get 带宽状态。1:待扩容;2:运行中;3:扩容中- Returns:
- BandwidthStatus 带宽状态。1:待扩容;2:运行中;3:扩容中
-
setBandwidthStatus
public void setBandwidthStatus(Long BandwidthStatus)
Set 带宽状态。1:待扩容;2:运行中;3:扩容中- Parameters:
BandwidthStatus
- 带宽状态。1:待扩容;2:运行中;3:扩容中
-
getMinBandwidth
public Long getMinBandwidth()
Get 能设置的最小带宽, 单位MB/s- Returns:
- MinBandwidth 能设置的最小带宽, 单位MB/s
-
setMinBandwidth
public void setMinBandwidth(Long MinBandwidth)
Set 能设置的最小带宽, 单位MB/s- Parameters:
MinBandwidth
- 能设置的最小带宽, 单位MB/s
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-