public class DeniedAction extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeniedAction() | 
| DeniedAction(DeniedAction 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 限制操作名。 | 
| String | getCode()Get 限制操作消息码。 | 
| String | getMessage()Get 限制操作消息。 | 
| void | setAction(String Action)Set 限制操作名。 | 
| void | setCode(String Code)Set 限制操作消息码。 | 
| void | setMessage(String Message)Set 限制操作消息。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeniedAction()
public DeniedAction(DeniedAction source)
public String getAction()
public void setAction(String Action)
Action - 限制操作名。public String getCode()
public void setCode(String Code)
Code - 限制操作消息码。public String getMessage()
public void setMessage(String Message)
Message - 限制操作消息。Copyright © 2025. All rights reserved.