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