public class

HRef

extends Object
java.lang.Object
   ↳ org.mule.modules.stormpath.model.HRef
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
private Map<String, Object> additionalProperties
private String href
Public Constructors
HRef()
Public Methods
boolean equals(Object other)
Map<String, Object> getAdditionalProperties()
String getHref()
int hashCode()
void setAdditionalProperties(Map<String, Object> props)
void setAdditionalProperties(String name, Object value)
void setHref(String href)
String toString()
HRef withHref(String href)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Map<String, Object> additionalProperties

private String href

Public Constructors

public HRef ()

Public Methods

public boolean equals (Object other)

Parameters
other

public Map<String, Object> getAdditionalProperties ()

public String getHref ()

public int hashCode ()

public void setAdditionalProperties (Map<String, Object> props)

Parameters
props

public void setAdditionalProperties (String name, Object value)

Parameters
name
value

public void setHref (String href)

Parameters
href

public String toString ()

public HRef withHref (String href)

Parameters
href