Package com.docusign.esign.model
Class TspHealthCheckStatusDescription
- java.lang.Object
-
- com.docusign.esign.model.TspHealthCheckStatusDescription
-
public class TspHealthCheckStatusDescription extends Object
TspHealthCheckStatusDescription
-
-
Constructor Summary
Constructors Constructor Description TspHealthCheckStatusDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TspHealthCheckStatusDescriptiondescription(String description)booleanequals(Object o)TspHealthCheckStatusDescriptionerror(String error)StringgetDescription()StringgetError()StringgetHostname()StringgetResponseSeconds()StringgetStatus()Indicates the envelope status.StringgetType()inthashCode()TspHealthCheckStatusDescriptionhostname(String hostname)TspHealthCheckStatusDescriptionresponseSeconds(String responseSeconds)voidsetDescription(String description)voidsetError(String error)voidsetHostname(String hostname)voidsetResponseSeconds(String responseSeconds)voidsetStatus(String status)voidsetType(String type)TspHealthCheckStatusDescriptionstatus(String status)StringtoString()TspHealthCheckStatusDescriptiontype(String type)
-
-
-
Method Detail
-
description
public TspHealthCheckStatusDescription description(String description)
-
getDescription
public String getDescription()
- Returns:
- description
-
setDescription
public void setDescription(String description)
-
error
public TspHealthCheckStatusDescription error(String error)
-
getError
public String getError()
- Returns:
- error
-
setError
public void setError(String error)
-
hostname
public TspHealthCheckStatusDescription hostname(String hostname)
-
getHostname
public String getHostname()
- Returns:
- hostname
-
setHostname
public void setHostname(String hostname)
-
responseSeconds
public TspHealthCheckStatusDescription responseSeconds(String responseSeconds)
-
getResponseSeconds
public String getResponseSeconds()
- Returns:
- responseSeconds
-
setResponseSeconds
public void setResponseSeconds(String responseSeconds)
-
status
public TspHealthCheckStatusDescription status(String status)
-
getStatus
public String getStatus()
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.- Returns:
- status
-
setStatus
public void setStatus(String status)
-
type
public TspHealthCheckStatusDescription type(String type)
-
getType
public String getType()
- Returns:
- type
-
setType
public void setType(String type)
-
-