public class HttpStatusData extends AbstractModel
Constructor and Description |
---|
HttpStatusData() |
HttpStatusData(HttpStatusData 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 |
---|---|
HttpStatusInfo[] |
getHttpStatusInfoList()
Get 播放状态码详细信息。
|
String |
getTime()
Get 数据时间点,
格式:yyyy-mm-dd HH:MM:SS。
|
void |
setHttpStatusInfoList(HttpStatusInfo[] HttpStatusInfoList)
Set 播放状态码详细信息。
|
void |
setTime(String Time)
Set 数据时间点,
格式:yyyy-mm-dd HH:MM:SS。
|
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 HttpStatusData()
public HttpStatusData(HttpStatusData source)
public String getTime()
public void setTime(String Time)
Time
- 数据时间点,
格式:yyyy-mm-dd HH:MM:SS。public HttpStatusInfo[] getHttpStatusInfoList()
public void setHttpStatusInfoList(HttpStatusInfo[] HttpStatusInfoList)
HttpStatusInfoList
- 播放状态码详细信息。Copyright © 2021. All rights reserved.