org.dasein.cloud.services.address
Class IpForwardingRule
java.lang.Object
org.dasein.cloud.services.address.IpForwardingRule
- All Implemented Interfaces:
- Serializable, Comparable<IpForwardingRule>
public class IpForwardingRule
- extends Object
- implements Comparable<IpForwardingRule>, Serializable
- See Also:
- Serialized Form
IpForwardingRule
public IpForwardingRule()
compareTo
public int compareTo(IpForwardingRule other)
- Specified by:
compareTo in interface Comparable<IpForwardingRule>
equals
public boolean equals(Object ob)
- Overrides:
equals in class Object
getAddressId
public String getAddressId()
getPrivatePort
public int getPrivatePort()
getProtocol
public Protocol getProtocol()
getProviderRuleId
public String getProviderRuleId()
getPublicPort
public int getPublicPort()
getServerId
public String getServerId()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
setAddressId
public void setAddressId(String addressId)
setPrivatePort
public void setPrivatePort(int privatePort)
setProtocol
public void setProtocol(Protocol protocol)
setProviderRuleId
public void setProviderRuleId(String providerRuleId)
setPublicPort
public void setPublicPort(int publicPort)
setServerId
public void setServerId(String serverId)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.