public class DeniedAction extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.