public class CustomStatus
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Boolean |
applyFlag
example:
|
String |
msg
example:
|
String |
status
example:
|
| Constructor and Description |
|---|
CustomStatus() |
| Modifier and Type | Method and Description |
|---|---|
static CustomStatus |
build(Map<String,?> map) |
Boolean |
getApplyFlag() |
String |
getMsg() |
String |
getStatus() |
CustomStatus |
setApplyFlag(Boolean applyFlag) |
CustomStatus |
setMsg(String msg) |
CustomStatus |
setStatus(String status) |
@NameInMap(value="apply_flag") public Boolean applyFlag
true, false
@NameInMap(value="status") public String status
0
@NameInMap(value="msg") public String msg
xxxxxxxx
public static CustomStatus build(Map<String,?> map) throws Exception
Exceptionpublic CustomStatus setApplyFlag(Boolean applyFlag)
public Boolean getApplyFlag()
public CustomStatus setStatus(String status)
public String getStatus()
public CustomStatus setMsg(String msg)
public String getMsg()
Copyright © 2025. All rights reserved.