public class GetNodeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
operatorId |
Boolean |
withPermissionRole |
Boolean |
withStatisticalInfo |
| 构造器和说明 |
|---|
GetNodeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetNodeRequest |
build(Map<String,?> map) |
String |
getOperatorId() |
Boolean |
getWithPermissionRole() |
Boolean |
getWithStatisticalInfo() |
GetNodeRequest |
setOperatorId(String operatorId) |
GetNodeRequest |
setWithPermissionRole(Boolean withPermissionRole) |
GetNodeRequest |
setWithStatisticalInfo(Boolean withStatisticalInfo) |
@NameInMap(value="operatorId") public String operatorId
@NameInMap(value="withPermissionRole") public Boolean withPermissionRole
@NameInMap(value="withStatisticalInfo") public Boolean withStatisticalInfo
public static GetNodeRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetNodeRequest setOperatorId(String operatorId)
public String getOperatorId()
public GetNodeRequest setWithPermissionRole(Boolean withPermissionRole)
public Boolean getWithPermissionRole()
public GetNodeRequest setWithStatisticalInfo(Boolean withStatisticalInfo)
public Boolean getWithStatisticalInfo()
Copyright © 2023. All rights reserved.