public static class MasterDataQueryRequest.MasterDataQueryRequestQueryParams
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<MasterDataQueryRequest.MasterDataQueryRequestQueryParamsConditionList> |
conditionList |
String |
fieldCode
example:
performance_code
|
String |
joinType
example:
AND
|
构造器和说明 |
---|
MasterDataQueryRequestQueryParams() |
@NameInMap(value="conditionList") public List<MasterDataQueryRequest.MasterDataQueryRequestQueryParamsConditionList> conditionList
@NameInMap(value="fieldCode") public String fieldCode
performance_code
@NameInMap(value="joinType") public String joinType
AND
public static MasterDataQueryRequest.MasterDataQueryRequestQueryParams build(Map<String,?> map) throws Exception
Exception
public MasterDataQueryRequest.MasterDataQueryRequestQueryParams setConditionList(List<MasterDataQueryRequest.MasterDataQueryRequestQueryParamsConditionList> conditionList)
public List<MasterDataQueryRequest.MasterDataQueryRequestQueryParamsConditionList> getConditionList()
public MasterDataQueryRequest.MasterDataQueryRequestQueryParams setFieldCode(String fieldCode)
public String getFieldCode()
public MasterDataQueryRequest.MasterDataQueryRequestQueryParams setJoinType(String joinType)
public String getJoinType()
Copyright © 2024. All rights reserved.