public class GetCrmRolePermissionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizType |
String |
resourceId |
| 构造器和说明 |
|---|
GetCrmRolePermissionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetCrmRolePermissionRequest |
build(Map<String,?> map) |
String |
getBizType() |
String |
getResourceId() |
GetCrmRolePermissionRequest |
setBizType(String bizType) |
GetCrmRolePermissionRequest |
setResourceId(String resourceId) |
@NameInMap(value="bizType") public String bizType
@NameInMap(value="resourceId") public String resourceId
public static GetCrmRolePermissionRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetCrmRolePermissionRequest setBizType(String bizType)
public String getBizType()
public GetCrmRolePermissionRequest setResourceId(String resourceId)
public String getResourceId()
Copyright © 2022. All rights reserved.