com.atlassian.crowd.plugin.rest.entity
Class RemoteAddressEntity
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
public class RemoteAddressEntity
- extends java.lang.Object
Represents a RemoteAddress entity
- Since:
- 2.2
|
Constructor Summary |
RemoteAddressEntity(java.lang.String value,
com.atlassian.plugins.rest.common.Link link)
|
|
Method Summary |
boolean |
equals(java.lang.Object o)
|
com.atlassian.plugins.rest.common.Link |
getLink()
Returns the link to the remote address entity. |
java.lang.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 |
RemoteAddressEntity
public RemoteAddressEntity(java.lang.String value,
com.atlassian.plugins.rest.common.Link link)
getValue
public java.lang.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(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2011 Atlassian. All Rights Reserved.