public class ValidateApplicationServiceOrderUpgradeResponseBody
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
ValidateApplicationServiceOrderUpgradeResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ValidateApplicationServiceOrderUpgradeResponseBody |
build(Map<String,?> map) |
String |
getMessage() |
Integer |
getStatus() |
ValidateApplicationServiceOrderUpgradeResponseBody |
setMessage(String message) |
ValidateApplicationServiceOrderUpgradeResponseBody |
setStatus(Integer status) |
@NameInMap(value="message") public String message
@NameInMap(value="status") public Integer status
public ValidateApplicationServiceOrderUpgradeResponseBody()
public static ValidateApplicationServiceOrderUpgradeResponseBody build(Map<String,?> map) throws Exception
Exception
public ValidateApplicationServiceOrderUpgradeResponseBody setMessage(String message)
public String getMessage()
public ValidateApplicationServiceOrderUpgradeResponseBody setStatus(Integer status)
public Integer getStatus()
Copyright © 2021. All rights reserved.