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(java.lang.String description)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. error(java.lang.String error)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. hostname(java.lang.String hostname)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. responseSeconds(java.lang.String responseSeconds)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. status(java.lang.String status)TspHealthCheckStatusDescriptionTspHealthCheckStatusDescription. type(java.lang.String type)Methods in com.docusign.esign.model that return types with arguments of type TspHealthCheckStatusDescription Modifier and Type Method Description java.util.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(java.util.List<TspHealthCheckStatusDescription> statusDescription)TspHealthCheckRequestTspHealthCheckRequest. statusDescription(java.util.List<TspHealthCheckStatusDescription> statusDescription)
-