public static class MasterDataQueryRequest.MasterDataQueryRequestQueryParams
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<MasterDataQueryRequest.MasterDataQueryRequestQueryParamsConditionList> |
conditionList |
String |
fieldCode |
String |
joinType |
构造器和说明 |
---|
MasterDataQueryRequestQueryParams() |
@NameInMap(value="conditionList") public List<MasterDataQueryRequest.MasterDataQueryRequestQueryParamsConditionList> conditionList
@NameInMap(value="fieldCode") public String fieldCode
@NameInMap(value="joinType") public String joinType
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 © 2022. All rights reserved.