public class CreateSavingsPlanResponseBody
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
CreateSavingsPlanResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateSavingsPlanResponseBody |
build(Map<String,?> map) |
String |
getOrderId() |
String |
getRequestId() |
String |
getSavingsPlanId() |
CreateSavingsPlanResponseBody |
setOrderId(String orderId) |
CreateSavingsPlanResponseBody |
setRequestId(String requestId) |
CreateSavingsPlanResponseBody |
setSavingsPlanId(String savingsPlanId) |
@NameInMap(value="OrderId") public String orderId
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="SavingsPlanId") public String savingsPlanId
public static CreateSavingsPlanResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateSavingsPlanResponseBody setOrderId(String orderId)
public String getOrderId()
public CreateSavingsPlanResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateSavingsPlanResponseBody setSavingsPlanId(String savingsPlanId)
public String getSavingsPlanId()
Copyright © 2024. All rights reserved.