public class ResourceInformationJson
extends Object
implements scala.Product, scala.Serializable
ResourceInformation.| Constructor and Description | 
|---|
ResourceInformationJson(String name,
                       scala.collection.Seq<String> addresses)  | 
| Modifier and Type | Method and Description | 
|---|---|
scala.collection.Seq<String> | 
addresses()  | 
abstract static R | 
apply(T1 v1,
     T2 v2)  | 
String | 
name()  | 
org.json4s.JsonAST.JValue | 
toJValue()  | 
ResourceInformation | 
toResourceInformation()  | 
static String | 
toString()  | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ResourceInformationJson(String name,
                               scala.collection.Seq<String> addresses)
public abstract static R apply(T1 v1,
                               T2 v2)
public static String toString()
public String name()
public scala.collection.Seq<String> addresses()
public org.json4s.JsonAST.JValue toJValue()
public ResourceInformation toResourceInformation()