Package com.bandwidth.iris.sdk.model
Class TerminationHost
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.Host
-
- com.bandwidth.iris.sdk.model.TerminationHost
-
public class TerminationHost extends Host
-
-
Constructor Summary
Constructors Constructor Description TerminationHost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerTrafficAllowed()StringgetPort()booleanisDataAllowed()voidsetCustomerTrafficAllowed(String customerTrafficAllowed)voidsetDataAllowed(boolean dataAllowed)voidsetPort(String port)-
Methods inherited from class com.bandwidth.iris.sdk.model.Host
getHostName, setHostName
-
-
-
-
Method Detail
-
getPort
public String getPort()
-
setPort
public void setPort(String port)
-
getCustomerTrafficAllowed
public String getCustomerTrafficAllowed()
-
setCustomerTrafficAllowed
public void setCustomerTrafficAllowed(String customerTrafficAllowed)
-
isDataAllowed
public boolean isDataAllowed()
-
setDataAllowed
public void setDataAllowed(boolean dataAllowed)
-
-