public class CreateRangeProtectionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateRangeProtectionRequest.CreateRangeProtectionRequestEditableSetting |
| 限定符和类型 | 字段和说明 |
|---|---|
CreateRangeProtectionRequest.CreateRangeProtectionRequestEditableSetting |
editableSetting |
String |
operatorId |
String |
otherUserPermission |
| 构造器和说明 |
|---|
CreateRangeProtectionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateRangeProtectionRequest |
build(Map<String,?> map) |
CreateRangeProtectionRequest.CreateRangeProtectionRequestEditableSetting |
getEditableSetting() |
String |
getOperatorId() |
String |
getOtherUserPermission() |
CreateRangeProtectionRequest |
setEditableSetting(CreateRangeProtectionRequest.CreateRangeProtectionRequestEditableSetting editableSetting) |
CreateRangeProtectionRequest |
setOperatorId(String operatorId) |
CreateRangeProtectionRequest |
setOtherUserPermission(String otherUserPermission) |
@NameInMap(value="editableSetting") public CreateRangeProtectionRequest.CreateRangeProtectionRequestEditableSetting editableSetting
@NameInMap(value="otherUserPermission") public String otherUserPermission
@NameInMap(value="operatorId") public String operatorId
public static CreateRangeProtectionRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateRangeProtectionRequest setEditableSetting(CreateRangeProtectionRequest.CreateRangeProtectionRequestEditableSetting editableSetting)
public CreateRangeProtectionRequest.CreateRangeProtectionRequestEditableSetting getEditableSetting()
public CreateRangeProtectionRequest setOtherUserPermission(String otherUserPermission)
public String getOtherUserPermission()
public CreateRangeProtectionRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2023. All rights reserved.