public class GetNodeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
operatorId
This parameter is required.
|
Boolean |
withPermissionRole
example:
false
|
Boolean |
withStatisticalInfo
example:
false
|
| 构造器和说明 |
|---|
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
This parameter is required.
example:union_id
@NameInMap(value="withPermissionRole") public Boolean withPermissionRole
false
@NameInMap(value="withStatisticalInfo") public Boolean withStatisticalInfo
false
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 © 2025. All rights reserved.