public class CatLog extends AbstractModel
| Constructor and Description |
|---|
CatLog() |
CatLog(CatLog 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 |
|---|---|
String |
getCatTypeName()
Get 拨测类型
|
String |
getCity()
Get 拨测点所在城市
|
String |
getCityName()
Get 拨测点所在城市名称
|
String |
getClientIp()
Get 客户端IP
|
Long |
getConnectTime()
Get 连接耗时,单位毫秒
|
String |
getDomainName()
Get 被拨测Server的域名
|
String |
getIsp()
Get 拨测点所在运营商
|
String |
getIspName()
Get 拨测点所在运营商名称
|
Long |
getParseTime()
Get 解析耗时,单位毫秒
|
Long |
getReceiveTime()
Get 接收耗时,单位毫秒
|
String |
getReqMsg()
Get 拨测请求
|
Long |
getReqPkgSize()
Get 请求包大小
|
String |
getRespMsg()
Get 拨测回应
|
Long |
getResultCode()
Get 失败错误码
|
Long |
getResultType()
Get 成功失败(1 失败,0 成功)
|
Long |
getRspPkgSize()
Get 回应包大小
|
Long |
getSendTime()
Get 数据发送耗时,单位毫秒
|
String |
getServerIp()
Get 被拨测Server的IP
|
Long |
getTaskId()
Get 任务ID
|
String |
getTime()
Get 拨测时间点
|
Long |
getTotalTime()
Get 执行耗时,单位毫秒
|
Long |
getWaitTime()
Get 等待耗时,单位毫秒
|
void |
setCatTypeName(String CatTypeName)
Set 拨测类型
|
void |
setCity(String City)
Set 拨测点所在城市
|
void |
setCityName(String CityName)
Set 拨测点所在城市名称
|
void |
setClientIp(String ClientIp)
Set 客户端IP
|
void |
setConnectTime(Long ConnectTime)
Set 连接耗时,单位毫秒
|
void |
setDomainName(String DomainName)
Set 被拨测Server的域名
|
void |
setIsp(String Isp)
Set 拨测点所在运营商
|
void |
setIspName(String IspName)
Set 拨测点所在运营商名称
|
void |
setParseTime(Long ParseTime)
Set 解析耗时,单位毫秒
|
void |
setReceiveTime(Long ReceiveTime)
Set 接收耗时,单位毫秒
|
void |
setReqMsg(String ReqMsg)
Set 拨测请求
|
void |
setReqPkgSize(Long ReqPkgSize)
Set 请求包大小
|
void |
setRespMsg(String RespMsg)
Set 拨测回应
|
void |
setResultCode(Long ResultCode)
Set 失败错误码
|
void |
setResultType(Long ResultType)
Set 成功失败(1 失败,0 成功)
|
void |
setRspPkgSize(Long RspPkgSize)
Set 回应包大小
|
void |
setSendTime(Long SendTime)
Set 数据发送耗时,单位毫秒
|
void |
setServerIp(String ServerIp)
Set 被拨测Server的IP
|
void |
setTaskId(Long TaskId)
Set 任务ID
|
void |
setTime(String Time)
Set 拨测时间点
|
void |
setTotalTime(Long TotalTime)
Set 执行耗时,单位毫秒
|
void |
setWaitTime(Long WaitTime)
Set 等待耗时,单位毫秒
|
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, toJsonStringpublic CatLog()
public CatLog(CatLog source)
public String getTime()
public void setTime(String Time)
Time - 拨测时间点public String getCatTypeName()
public void setCatTypeName(String CatTypeName)
CatTypeName - 拨测类型public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - 任务IDpublic String getCity()
public void setCity(String City)
City - 拨测点所在城市public String getIsp()
public void setIsp(String Isp)
Isp - 拨测点所在运营商public String getServerIp()
public void setServerIp(String ServerIp)
ServerIp - 被拨测Server的IPpublic String getDomainName()
public void setDomainName(String DomainName)
DomainName - 被拨测Server的域名public Long getTotalTime()
public void setTotalTime(Long TotalTime)
TotalTime - 执行耗时,单位毫秒public Long getResultType()
public void setResultType(Long ResultType)
ResultType - 成功失败(1 失败,0 成功)public Long getResultCode()
public void setResultCode(Long ResultCode)
ResultCode - 失败错误码public Long getReqPkgSize()
public void setReqPkgSize(Long ReqPkgSize)
ReqPkgSize - 请求包大小public Long getRspPkgSize()
public void setRspPkgSize(Long RspPkgSize)
RspPkgSize - 回应包大小public String getReqMsg()
public void setReqMsg(String ReqMsg)
ReqMsg - 拨测请求public String getRespMsg()
public void setRespMsg(String RespMsg)
RespMsg - 拨测回应public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp - 客户端IPpublic String getCityName()
public void setCityName(String CityName)
CityName - 拨测点所在城市名称public String getIspName()
public void setIspName(String IspName)
IspName - 拨测点所在运营商名称public Long getParseTime()
public void setParseTime(Long ParseTime)
ParseTime - 解析耗时,单位毫秒public Long getConnectTime()
public void setConnectTime(Long ConnectTime)
ConnectTime - 连接耗时,单位毫秒public Long getSendTime()
public void setSendTime(Long SendTime)
SendTime - 数据发送耗时,单位毫秒public Long getWaitTime()
public void setWaitTime(Long WaitTime)
WaitTime - 等待耗时,单位毫秒public Long getReceiveTime()
public void setReceiveTime(Long ReceiveTime)
ReceiveTime - 接收耗时,单位毫秒Copyright © 2022. All rights reserved.