public class DescribeLiveDomainPlayInfoListResponse extends AbstractModel
Constructor and Description |
---|
DescribeLiveDomainPlayInfoListResponse() |
Modifier and Type | Method and Description |
---|---|
DomainInfoList[] |
getDomainInfoList()
Get Data by domain name.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getTime()
Get Data time in the format of `yyyy-mm-dd HH:MM:SS`.
|
Float |
getTotalBandwidth()
Get Real-time total bandwidth.
|
Float |
getTotalFlux()
Get Real-time total traffic.
|
Long |
getTotalOnline()
Get Real-time total number of connections.
|
Long |
getTotalRequest()
Get Total number of requests.
|
void |
setDomainInfoList(DomainInfoList[] DomainInfoList)
Set Data by domain name.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTime(String Time)
Set Data time in the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
setTotalBandwidth(Float TotalBandwidth)
Set Real-time total bandwidth.
|
void |
setTotalFlux(Float TotalFlux)
Set Real-time total traffic.
|
void |
setTotalOnline(Long TotalOnline)
Set Real-time total number of connections.
|
void |
setTotalRequest(Long TotalRequest)
Set Total number of requests.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeLiveDomainPlayInfoListResponse()
public String getTime()
public void setTime(String Time)
Time
- Data time in the format of `yyyy-mm-dd HH:MM:SS`.public Float getTotalBandwidth()
public void setTotalBandwidth(Float TotalBandwidth)
TotalBandwidth
- Real-time total bandwidth.public Float getTotalFlux()
public void setTotalFlux(Float TotalFlux)
TotalFlux
- Real-time total traffic.public Long getTotalRequest()
public void setTotalRequest(Long TotalRequest)
TotalRequest
- Total number of requests.public Long getTotalOnline()
public void setTotalOnline(Long TotalOnline)
TotalOnline
- Real-time total number of connections.public DomainInfoList[] getDomainInfoList()
public void setDomainInfoList(DomainInfoList[] DomainInfoList)
DomainInfoList
- Data by domain name.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.