Package com.adyen.model.nexo
Class HostStatus
- java.lang.Object
-
- com.adyen.model.nexo.HostStatus
-
public class HostStatus extends Object
Definition: State of a Host. -- Usage: Indicate the reachability of the host by the POI Terminal.Java class for HostStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostStatus"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="AcquirerID" use="required" type="{}AcquirerID" /> <attribute name="IsReachableFlag" type="{}IsReachableFlag" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringacquirerIDThe Acquirer id.protected BooleanisReachableFlagThe Is reachable flag.
-
Constructor Summary
Constructors Constructor Description HostStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAcquirerID()Gets the value of the acquirerID property.booleanisIsReachableFlag()Gets the value of the isReachableFlag property.voidsetAcquirerID(String value)Sets the value of the acquirerID property.voidsetIsReachableFlag(Boolean value)Sets the value of the isReachableFlag property.
-
-
-
Method Detail
-
getAcquirerID
public String getAcquirerID()
Gets the value of the acquirerID property.- Returns:
- possible object is
String
-
setAcquirerID
public void setAcquirerID(String value)
Sets the value of the acquirerID property.- Parameters:
value- allowed object isString
-
isIsReachableFlag
public boolean isIsReachableFlag()
Gets the value of the isReachableFlag property.- Returns:
- possible object is
Boolean
-
-