com.atlassian.confluence.api.model
Class JsonString

java.lang.Object
  extended by com.atlassian.confluence.api.model.JsonString

public class JsonString
extends Object

Holds a JSON formatted string.

Since:
5.6

Constructor Summary
JsonString(String value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsonString

public JsonString(String value)
Method Detail

getValue

public String getValue()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003–2015 Atlassian. All rights reserved.