org.jboss.resteasy.keystone.model
Class Link

java.lang.Object
  extended by org.jboss.resteasy.keystone.model.Link
All Implemented Interfaces:
Serializable

public class Link
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Link()
           
 
Method Summary
 String getHref()
           
 String getRel()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Link

public Link()
Method Detail

getRel

public String getRel()
Returns:
the rel

getHref

public String getHref()
Returns:
the href

getType

public String getType()
Returns:
the type

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.