public static class UpdateRealmLicenseRequest.UpdateRealmLicenseRequestDetailList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
licenseType
example:
1001
|
String |
userId
example:
123
|
| 构造器和说明 |
|---|
UpdateRealmLicenseRequestDetailList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateRealmLicenseRequest.UpdateRealmLicenseRequestDetailList |
build(Map<String,?> map) |
Integer |
getLicenseType() |
String |
getUserId() |
UpdateRealmLicenseRequest.UpdateRealmLicenseRequestDetailList |
setLicenseType(Integer licenseType) |
UpdateRealmLicenseRequest.UpdateRealmLicenseRequestDetailList |
setUserId(String userId) |
@NameInMap(value="licenseType") public Integer licenseType
1001
@NameInMap(value="userId") public String userId
123
public static UpdateRealmLicenseRequest.UpdateRealmLicenseRequestDetailList build(Map<String,?> map) throws Exception
Exceptionpublic UpdateRealmLicenseRequest.UpdateRealmLicenseRequestDetailList setLicenseType(Integer licenseType)
public Integer getLicenseType()
public UpdateRealmLicenseRequest.UpdateRealmLicenseRequestDetailList setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.