public class ListSubscribedPackageKnowledgesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
categoryId |
String |
operatorId |
String |
operatorName |
List<String> |
packageCodes |
String |
robotCode |
| 构造器和说明 |
|---|
ListSubscribedPackageKnowledgesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListSubscribedPackageKnowledgesRequest |
build(Map<String,?> map) |
Long |
getCategoryId() |
String |
getOperatorId() |
String |
getOperatorName() |
List<String> |
getPackageCodes() |
String |
getRobotCode() |
ListSubscribedPackageKnowledgesRequest |
setCategoryId(Long categoryId) |
ListSubscribedPackageKnowledgesRequest |
setOperatorId(String operatorId) |
ListSubscribedPackageKnowledgesRequest |
setOperatorName(String operatorName) |
ListSubscribedPackageKnowledgesRequest |
setPackageCodes(List<String> packageCodes) |
ListSubscribedPackageKnowledgesRequest |
setRobotCode(String robotCode) |
@NameInMap(value="CategoryId") public Long categoryId
@NameInMap(value="OperatorId") public String operatorId
@NameInMap(value="OperatorName") public String operatorName
@NameInMap(value="RobotCode") public String robotCode
public static ListSubscribedPackageKnowledgesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListSubscribedPackageKnowledgesRequest setCategoryId(Long categoryId)
public Long getCategoryId()
public ListSubscribedPackageKnowledgesRequest setOperatorId(String operatorId)
public String getOperatorId()
public ListSubscribedPackageKnowledgesRequest setOperatorName(String operatorName)
public String getOperatorName()
public ListSubscribedPackageKnowledgesRequest setPackageCodes(List<String> packageCodes)
public ListSubscribedPackageKnowledgesRequest setRobotCode(String robotCode)
public String getRobotCode()
Copyright © 2022. All rights reserved.