public class OperatorAction extends AbstractModel
| Constructor and Description | 
|---|
| OperatorAction() | 
| OperatorAction(OperatorAction source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAction()Get Executable operation | 
| String | getCode()Get Code
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getMessage()Get Specific information
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setAction(String Action)Set Executable operation | 
| void | setCode(String Code)Set Code
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setMessage(String Message)Set Specific information
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic OperatorAction()
public OperatorAction(OperatorAction source)
public String getAction()
public void setAction(String Action)
Action - Executable operationpublic String getCode()
public void setCode(String Code)
Code - Code
Note: this field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message - Specific information
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.