public class BucketQosInfo extends GenericResult
构造器和说明 |
---|
BucketQosInfo() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getExtranetDownloadBw()
Gets the extranet download bandwith, its unit is Gbps.
|
Integer |
getExtranetQps()
Gets the extranet qps, its unit is query times per sencond.
|
Integer |
getExtranetUploadBw()
Gets the extranet upload bandwith, its unit is Gbps.
|
Integer |
getIntranetDownloadBw()
Gets the intranet download bandwith, its unit is Gbps.
|
Integer |
getIntranetQps()
Gets the intranet qps, its unit is query times per sencond.
|
Integer |
getIntranetUploadBw()
Gets the intranet upload bandwith, its unit is Gbps.
|
Integer |
getTotalDownloadBw()
Gets the total download bandwith, its unit is Gbps.
|
Integer |
getTotalQps()
Gets the total qps, its unit is query times per sencond.
|
Integer |
getTotalUploadBw()
Gets the total upload bandwith, its unit is Gbps.
|
void |
setExtranetDownloadBw(Integer extranetDownloadBw)
Sets the extranet download bandwith, its unit is Gbps.
|
void |
setExtranetQps(Integer extranetQps)
Sets the extranet qps, its unit is query times per sencond.
|
void |
setExtranetUploadBw(Integer extranetUploadBw)
Sets the extranet upload bandwith, its unit is Gbps.
|
void |
setIntranetDownloadBw(Integer intranetDownloadBw)
Sets the intranet download bandwith, its unit is Gbps.
|
void |
setIntranetQps(Integer intranetQps)
Sets the intranet qps, its unit is query times per sencond.
|
void |
setIntranetUploadBw(Integer intranetUploadBw)
Sets the intranet upload bandwith, its unit is Gbps.
|
void |
setTotalDownloadBw(Integer totalDownloadBw)
Sets the total download bandwith, its unit is Gbps.
|
void |
setTotalQps(Integer totalQps)
Sets the total qps, its unit is query times per sencond.
|
void |
setTotalUploadBw(Integer totalUplaodBw)
Sets the total upload bandwith its unit is Gbps.
|
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRC
public void setTotalUploadBw(Integer totalUplaodBw)
totalUplaodBw
- The value of total upload bandwith,
and the special number -1 means no config here and 0 means forbidden.public Integer getTotalUploadBw()
public void setIntranetUploadBw(Integer intranetUploadBw)
intranetUploadBw
- The value of the intranet upload bandwith,
and the special number -1 means no config here and 0 means forbidden.public Integer getIntranetUploadBw()
public void setExtranetUploadBw(Integer extranetUploadBw)
extranetUploadBw
- The value of extranet upload bandwith,
and the special number -1 means no config here and 0 means forbidden.public Integer getExtranetUploadBw()
public void setTotalDownloadBw(Integer totalDownloadBw)
totalDownloadBw
- The value of the total download bandwith,
and the special number -1 means no config here and 0 means forbidden.public Integer getTotalDownloadBw()
public void setIntranetDownloadBw(Integer intranetDownloadBw)
intranetDownloadBw
- The value of intranet download bandwith,
and the special number -1 means no config here and 0 means forbidden.public Integer getIntranetDownloadBw()
public void setExtranetDownloadBw(Integer extranetDownloadBw)
extranetDownloadBw
- The value of extranet download bandwith,
and the special number -1 means no config here and 0 means forbiddenpublic Integer getExtranetDownloadBw()
public void setTotalQps(Integer totalQps)
totalQps
- The value of total qps,
and the special number -1 means no config here and 0 means forbidden.public Integer getTotalQps()
public void setIntranetQps(Integer intranetQps)
intranetQps
- The value of intranet qps,
and the special number -1 means no config here and 0 means forbidden.public Integer getIntranetQps()
public void setExtranetQps(Integer extranetQps)
extranetQps
- The value of extranet qps,
and the special number -1 means no config here and 0 means forbidden.public Integer getExtranetQps()
Copyright © 2019. All Rights Reserved.