Uses of Class
com.docusign.esign.model.TspHealthCheckStatusDescription
-
Packages that use TspHealthCheckStatusDescription Package Description com.docusign.esign.model -
-
Uses of TspHealthCheckStatusDescription in com.docusign.esign.model
Methods in com.docusign.esign.model that return TspHealthCheckStatusDescription Modifier and Type Method Description TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. description(String description)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. error(String error)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. hostname(String hostname)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. responseSeconds(String responseSeconds)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. status(String status)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. type(String type)Methods in com.docusign.esign.model that return types with arguments of type TspHealthCheckStatusDescription Modifier and Type Method Description List<TspHealthCheckStatusDescription>TspHealthCheckRequest. getStatusDescription()Methods in com.docusign.esign.model with parameters of type TspHealthCheckStatusDescription Modifier and Type Method Description TspHealthCheckRequestTspHealthCheckRequest. addStatusDescriptionItem(TspHealthCheckStatusDescription statusDescriptionItem)Method parameters in com.docusign.esign.model with type arguments of type TspHealthCheckStatusDescription Modifier and Type Method Description voidTspHealthCheckRequest. setStatusDescription(List<TspHealthCheckStatusDescription> statusDescription)TspHealthCheckRequestTspHealthCheckRequest. statusDescription(List<TspHealthCheckStatusDescription> statusDescription)
-