public class SaveRegistrantProfileResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
registrantProfileId |
String |
requestId |
| 构造器和说明 |
|---|
SaveRegistrantProfileResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SaveRegistrantProfileResponseBody |
build(Map<String,?> map) |
Long |
getRegistrantProfileId() |
String |
getRequestId() |
SaveRegistrantProfileResponseBody |
setRegistrantProfileId(Long registrantProfileId) |
SaveRegistrantProfileResponseBody |
setRequestId(String requestId) |
@NameInMap(value="RegistrantProfileId") public Long registrantProfileId
@NameInMap(value="RequestId") public String requestId
public static SaveRegistrantProfileResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic SaveRegistrantProfileResponseBody setRegistrantProfileId(Long registrantProfileId)
public Long getRegistrantProfileId()
public SaveRegistrantProfileResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.