com.sforce.rest
Class ResultInfo
java.lang.Object
com.sforce.rest.ResultInfo
public class ResultInfo
- extends Object
- Since:
- 172
- Author:
- gwester
|
Constructor Summary |
protected |
ResultInfo(String type,
String url)
This constructor is to fool static analysis. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultInfo
protected ResultInfo(String type,
String url)
- This constructor is to fool static analysis.
I use reflection / GSON on this so it's not needed.
- Parameters:
type - url -
getType
public String getType()
getUrl
public String getUrl()
Copyright © 2012. All Rights Reserved.