public class ApiMonitoring extends Object
| 构造器和说明 |
|---|
ApiMonitoring() |
ApiMonitoring(String apiUrl,
String chineseApi,
Integer callType,
Integer logType,
boolean status,
String inParams,
String outParams,
Long callTime,
String poxyIp,
String description,
String method,
String expression) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiUrl() |
Long |
getCallTime() |
Integer |
getCallType() |
String |
getChineseApi() |
String |
getDescription() |
String |
getExpression() |
String |
getInParams() |
Integer |
getLogType() |
String |
getMethod() |
String |
getOutParams() |
String |
getPoxyIp() |
boolean |
isStatus() |
void |
setApiUrl(String apiUrl) |
void |
setCallTime(Long callTime) |
void |
setCallType(Integer callType) |
void |
setChineseApi(String chineseApi) |
void |
setDescription(String description) |
void |
setExpression(String expression) |
void |
setInParams(String inParams) |
void |
setLogType(Integer logType) |
void |
setMethod(String method) |
void |
setOutParams(String outParams) |
void |
setPoxyIp(String poxyIp) |
void |
setStatus(boolean status) |
String |
toString() |
public String getApiUrl()
public void setApiUrl(String apiUrl)
public String getChineseApi()
public void setChineseApi(String chineseApi)
public Integer getCallType()
public void setCallType(Integer callType)
public boolean isStatus()
public void setStatus(boolean status)
public String getInParams()
public void setInParams(String inParams)
public String getOutParams()
public void setOutParams(String outParams)
public Long getCallTime()
public void setCallTime(Long callTime)
public String getPoxyIp()
public void setPoxyIp(String poxyIp)
public String getDescription()
public void setDescription(String description)
public String getMethod()
public void setMethod(String method)
public String getExpression()
public void setExpression(String expression)
public Integer getLogType()
public void setLogType(Integer logType)
Copyright © 2024 tan. All rights reserved.