public class PluginContext
extends java.lang.Object
Constructor and Description |
---|
PluginContext(java.util.Map<java.lang.String,java.lang.String> params) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountJSON()
Get the account JSON
|
java.lang.String |
getAuthContextJSON()
Get the Auth Context JSON
|
java.lang.String |
getGUID()
Get the resource GUID if applicable
|
java.lang.String |
getHTTPResponseEntity()
Get the HTTP response entity
|
java.lang.String |
getHTTPResponseStatus()
Get the HTTP response status
|
java.lang.String |
getOperationJSON()
Get the operation JSON
|
PluginResult |
getPluginResult()
Get PluginResult object
|
java.lang.String |
getTargetJSON()
Get the target JSON
|
void |
setPluginResult(PluginResult newValue)
Set the PluginResult object
|
public PluginContext(java.util.Map<java.lang.String,java.lang.String> params)
public java.lang.String getTargetJSON()
public java.lang.String getAccountJSON()
public java.lang.String getOperationJSON()
public java.lang.String getAuthContextJSON()
public PluginResult getPluginResult()
PluginResult
public java.lang.String getHTTPResponseStatus()
public java.lang.String getHTTPResponseEntity()
public java.lang.String getGUID()
public void setPluginResult(PluginResult newValue)
newValue
- Set the PluginResult objectPluginResult