Uses of Class
com.adyen.model.tapi.HostStatus
-
Packages that use HostStatus Package Description com.adyen.model.tapi -
-
Uses of HostStatus in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return HostStatus Modifier and Type Method Description HostStatusHostStatus. acquirerID(Integer acquirerID)Identification of the Acquirer.static HostStatusHostStatus. fromJson(String jsonString)Create an instance of HostStatus given an JSON stringHostStatusHostStatus. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.HostStatusHostStatus. isReachableFlag(Boolean isReachableFlag)Indicate if a Host is reachable.Methods in com.adyen.model.tapi that return types with arguments of type HostStatus Modifier and Type Method Description List<HostStatus>DiagnosisResponse. getHostStatus()State of a Host.Methods in com.adyen.model.tapi with parameters of type HostStatus Modifier and Type Method Description DiagnosisResponseDiagnosisResponse. addHostStatusItem(HostStatus hostStatusItem)Method parameters in com.adyen.model.tapi with type arguments of type HostStatus Modifier and Type Method Description DiagnosisResponseDiagnosisResponse. hostStatus(List<HostStatus> hostStatus)State of a Host.voidDiagnosisResponse. setHostStatus(List<HostStatus> hostStatus)State of a Host.
-