com.atlassian.crowd.plugin.rest.entity
Class RemoteAddressEntity

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity

public class RemoteAddressEntity
extends Object

Represents a RemoteAddress entity

Since:
2.2

Constructor Summary
RemoteAddressEntity(String value, com.atlassian.plugins.rest.common.Link link)
           
 
Method Summary
 boolean equals(Object o)
           
 com.atlassian.plugins.rest.common.Link getLink()
          Returns the link to the remote address entity.
 String getValue()
          Returns the value of the remote address.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAddressEntity

public RemoteAddressEntity(String value,
                           com.atlassian.plugins.rest.common.Link link)
Method Detail

getValue

public String getValue()
Returns the value of the remote address.

Returns:
value of the remote address

getLink

public com.atlassian.plugins.rest.common.Link getLink()
Returns the link to the remote address entity.

Returns:
link to the remote address entity

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Atlassian. All Rights Reserved.