public class HttpStatusData extends AbstractModel
header, skipSign
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 Playback status code details.
|
String |
getTime()
Get Data point in time,
In the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
setHttpStatusInfoList(HttpStatusInfo[] HttpStatusInfoList)
Set Playback status code details.
|
void |
setTime(String Time)
Set Data point in time,
In the format of `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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HttpStatusData()
public HttpStatusData(HttpStatusData source)
public String getTime()
public void setTime(String Time)
Time
- Data point in time,
In the format of `yyyy-mm-dd HH:MM:SS`.public HttpStatusInfo[] getHttpStatusInfoList()
public void setHttpStatusInfoList(HttpStatusInfo[] HttpStatusInfoList)
HttpStatusInfoList
- Playback status code details.Copyright © 2024. All rights reserved.