public class TspHealthCheckStatusDescription extends Object
| Constructor and Description |
|---|
TspHealthCheckStatusDescription() |
| Modifier and Type | Method and Description |
|---|---|
TspHealthCheckStatusDescription |
description(String description) |
boolean |
equals(Object o) |
TspHealthCheckStatusDescription |
error(String error) |
String |
getDescription() |
String |
getError() |
String |
getHostname() |
String |
getResponseSeconds() |
String |
getStatus()
Indicates the envelope status.
|
String |
getType() |
int |
hashCode() |
TspHealthCheckStatusDescription |
hostname(String hostname) |
TspHealthCheckStatusDescription |
responseSeconds(String responseSeconds) |
void |
setDescription(String description) |
void |
setError(String error) |
void |
setHostname(String hostname) |
void |
setResponseSeconds(String responseSeconds) |
void |
setStatus(String status) |
void |
setType(String type) |
TspHealthCheckStatusDescription |
status(String status) |
String |
toString() |
TspHealthCheckStatusDescription |
type(String type) |
public TspHealthCheckStatusDescription description(String description)
public String getDescription()
public void setDescription(String description)
public TspHealthCheckStatusDescription error(String error)
public String getError()
public void setError(String error)
public TspHealthCheckStatusDescription hostname(String hostname)
public String getHostname()
public void setHostname(String hostname)
public TspHealthCheckStatusDescription responseSeconds(String responseSeconds)
public String getResponseSeconds()
public void setResponseSeconds(String responseSeconds)
public TspHealthCheckStatusDescription status(String status)
public String getStatus()
public void setStatus(String status)
public TspHealthCheckStatusDescription type(String type)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.