public class WebScenarioObject
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WebScenarioObject.AUTHENTICATION_METHOD |
static class |
WebScenarioObject.STATUS |
| 构造器和说明 |
|---|
WebScenarioObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getAgent()
Gets agent.
|
java.lang.Integer |
getApplicationid()
Gets applicationid.
|
java.lang.Integer |
getAuthentication()
Gets authentication.
|
java.lang.Integer |
getDelay()
Gets delay.
|
java.lang.Integer |
getHostid()
Gets hostid.
|
java.lang.String |
getHttp_password()
Gets http_password.
|
java.lang.String |
getHttp_proxy()
Gets http_proxy.
|
java.lang.String |
getHttp_user()
Gets http_user.
|
java.lang.Integer |
getHttptestid()
Gets httptestid.
|
java.lang.String |
getName()
Gets name.
|
java.lang.Long |
getNextcheck()
Gets nextcheck.
|
java.util.Date |
getNextCheckDate() |
java.lang.Integer |
getRetries()
Gets retries.
|
java.lang.Integer |
getStatus()
Gets status.
|
java.lang.Integer |
getTemplateid()
Gets templateid.
|
java.lang.String |
getUrl() |
java.lang.String |
getVariables()
Gets variables.
|
void |
setAgent(java.lang.String agent)
Sets new agent.
|
void |
setApplicationid(java.lang.Integer applicationid)
Sets new applicationid.
|
void |
setAuthentication(java.lang.Integer authentication)
Sets new authentication.
|
void |
setDelay(java.lang.Integer delay)
Sets new delay.
|
void |
setHostid(java.lang.Integer hostid)
Sets new hostid.
|
void |
setHttp_password(java.lang.String http_password)
Sets new http_password.
|
void |
setHttp_proxy(java.lang.String http_proxy)
Sets new http_proxy.
|
void |
setHttp_user(java.lang.String http_user)
Sets new http_user.
|
void |
setHttptestid(java.lang.Integer httptestid)
Sets new httptestid.
|
void |
setName(java.lang.String name)
Sets new name.
|
void |
setNextcheck(java.lang.Long nextcheck)
Sets new nextcheck.
|
void |
setRetries(java.lang.Integer retries)
Sets new retries.
|
void |
setStatus(java.lang.Integer status)
Sets new status.
|
void |
setTemplateid(java.lang.Integer templateid)
Sets new templateid.
|
void |
setUrl(java.lang.String url) |
void |
setVariables(java.lang.String variables)
Sets new variables.
|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.util.Date getNextCheckDate()
public java.lang.Integer getTemplateid()
public void setTemplateid(java.lang.Integer templateid)
templateid - New value of templateid.public java.lang.String getHttp_user()
public void setHttp_user(java.lang.String http_user)
http_user - New value of http_user.public java.lang.Integer getStatus()
public void setStatus(java.lang.Integer status)
status - New value of status.public java.lang.String getVariables()
public void setVariables(java.lang.String variables)
variables - New value of variables.public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of name.public java.lang.Integer getHostid()
public void setHostid(java.lang.Integer hostid)
hostid - New value of hostid.public java.lang.Integer getRetries()
public void setRetries(java.lang.Integer retries)
retries - New value of retries.public java.lang.Integer getDelay()
public void setDelay(java.lang.Integer delay)
delay - New value of delay.public java.lang.Integer getApplicationid()
public void setApplicationid(java.lang.Integer applicationid)
applicationid - New value of applicationid.public java.lang.Integer getHttptestid()
public void setHttptestid(java.lang.Integer httptestid)
httptestid - New value of httptestid.public java.lang.Integer getAuthentication()
public void setAuthentication(java.lang.Integer authentication)
authentication - New value of authentication.public java.lang.String getHttp_proxy()
public void setHttp_proxy(java.lang.String http_proxy)
http_proxy - New value of http_proxy.public java.lang.String getHttp_password()
public void setHttp_password(java.lang.String http_password)
http_password - New value of http_password.public java.lang.Long getNextcheck()
public void setNextcheck(java.lang.Long nextcheck)
nextcheck - New value of nextcheck.public java.lang.String getAgent()
public void setAgent(java.lang.String agent)
agent - New value of agent.