public static class GetClusterDataInformationResponseBody.GetClusterDataInformationResponseBodyResultMetaInfo
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
fields
The fields in the Mapping for the index.
|
List<String> |
indices
The index list of the cluster.
|
String |
mapping
The Mapping configuration of the cluster.
|
String |
settings
The Settings of the cluster.
|
List<String> |
typeName
Specifies the type of the index.
|
构造器和说明 |
---|
GetClusterDataInformationResponseBodyResultMetaInfo() |
@NameInMap(value="fields") public List<String> fields
The fields in the Mapping for the index.
@NameInMap(value="mapping") public String mapping
The Mapping configuration of the cluster.
@NameInMap(value="settings") public String settings
The Settings of the cluster.
public GetClusterDataInformationResponseBodyResultMetaInfo()
public static GetClusterDataInformationResponseBody.GetClusterDataInformationResponseBodyResultMetaInfo build(Map<String,?> map) throws Exception
Exception
public GetClusterDataInformationResponseBody.GetClusterDataInformationResponseBodyResultMetaInfo setFields(List<String> fields)
public GetClusterDataInformationResponseBody.GetClusterDataInformationResponseBodyResultMetaInfo setIndices(List<String> indices)
public GetClusterDataInformationResponseBody.GetClusterDataInformationResponseBodyResultMetaInfo setMapping(String mapping)
public String getMapping()
public GetClusterDataInformationResponseBody.GetClusterDataInformationResponseBodyResultMetaInfo setSettings(String settings)
public String getSettings()
public GetClusterDataInformationResponseBody.GetClusterDataInformationResponseBodyResultMetaInfo setTypeName(List<String> typeName)
Copyright © 2024. All rights reserved.