public interface PolicyActionExtensionParser
CentraSitePolicyActionInstance
from the given JSON string.Modifier and Type | Method and Description |
---|---|
CentraSitePolicyActionInstance |
getActionInstance(java.lang.String json)
Creating the
CentraSitePolicyActionInstance from the given JSON input. |
java.lang.String |
getJson()
Returns the policy action template/instance information as a JSON string.
|
CentraSitePolicyActionInstance getActionInstance(java.lang.String json) throws CLLException
CentraSitePolicyActionInstance
from the given JSON input.json
- The JSON stringCentraSitePolicyActionInstance
constructed from the given JSONCLLException
- If an error occurs while trying to construct the instance from JSONjava.lang.String getJson() throws CLLException
CLLException
- If CLL fails to construct the JSON string