com.esri.core.internal.value
Class RestInfo
java.lang.Object
com.esri.core.internal.value.RestInfo
- All Implemented Interfaces:
- Serializable
public class RestInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestInfo
public RestInfo()
getOwningSystemURL
public String getOwningSystemURL()
setOwningSystemURL
public void setOwningSystemURL(String owningSystemURL)
getTokenServicesUrl
public String getTokenServicesUrl()
setTokenServicesUrl
public void setTokenServicesUrl(String tokenServicesUrl)
addRestInfo
public static void addRestInfo(String url,
RestInfo restInfo)
getRestInfo
public static RestInfo getRestInfo(String url)
fromJson
public static RestInfo fromJson(org.codehaus.jackson.JsonParser parser)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.