public static class DescribeHostAvailabilityListResponse.NodeTaskConfig.TaskOption extends Object
| Constructor and Description |
|---|
TaskOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpKeyword() |
String |
getHttpMethod() |
Boolean |
getHttpNegative() |
String |
getHttpResponseCharset() |
String |
getHttpURI() |
String |
getTelnetOrPingHost() |
void |
setHttpKeyword(String httpKeyword) |
void |
setHttpMethod(String httpMethod) |
void |
setHttpNegative(Boolean httpNegative) |
void |
setHttpResponseCharset(String httpResponseCharset) |
void |
setHttpURI(String httpURI) |
void |
setTelnetOrPingHost(String telnetOrPingHost) |
public String getHttpURI()
public void setHttpURI(String httpURI)
public String getTelnetOrPingHost()
public void setTelnetOrPingHost(String telnetOrPingHost)
public String getHttpResponseCharset()
public void setHttpResponseCharset(String httpResponseCharset)
public String getHttpKeyword()
public void setHttpKeyword(String httpKeyword)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public Boolean getHttpNegative()
public void setHttpNegative(Boolean httpNegative)
Copyright © 2019. All Rights Reserved.