public class IndexMetaField extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
IndexMetaField()  | 
IndexMetaField(IndexMetaField source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getAppId()
Get Cluster APP ID
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
BackingIndexMetaField[] | 
getBackingIndices()
Get Backing index
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getClusterId()
Get Cluster ID
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getClusterName()
Get Cluster name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getClusterVersion()
Get Cluster version
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getIndexCreateTime()
Get Index creation time
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getIndexDocs()
Get The number of index docs. 
 | 
String | 
getIndexName()
Get Index name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
IndexOptionsField | 
getIndexOptionsField()
Get Index automation field
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
IndexPolicyField | 
getIndexPolicyField()
Get Index lifecycle policy field
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
IndexSettingsField | 
getIndexSettingsField()
Get Index setting field
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getIndexStatus()
Get Index status
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getIndexStorage()
Get Index size (in byte)
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getIndexType()
Get Index type
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setAppId(Long AppId)
Set Cluster APP ID
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setBackingIndices(BackingIndexMetaField[] BackingIndices)
Set Backing index
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setClusterName(String ClusterName)
Set Cluster name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setClusterVersion(String ClusterVersion)
Set Cluster version
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIndexCreateTime(String IndexCreateTime)
Set Index creation time
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIndexDocs(Long IndexDocs)
Set The number of index docs. 
 | 
void | 
setIndexName(String IndexName)
Set Index name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIndexOptionsField(IndexOptionsField IndexOptionsField)
Set Index automation field
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIndexPolicyField(IndexPolicyField IndexPolicyField)
Set Index lifecycle policy field
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIndexSettingsField(IndexSettingsField IndexSettingsField)
Set Index setting field
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIndexStatus(String IndexStatus)
Set Index status
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIndexStorage(Long IndexStorage)
Set Index size (in byte)
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIndexType(String IndexType)
Set Index type
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IndexMetaField()
public IndexMetaField(IndexMetaField source)
public String getIndexType()
public void setIndexType(String IndexType)
IndexType - Index type
Note: This field may return `null`, indicating that no valid value can be obtained.public String getIndexName()
public void setIndexName(String IndexName)
IndexName - Index name
Note: This field may return `null`, indicating that no valid value can be obtained.public String getIndexStatus()
public void setIndexStatus(String IndexStatus)
IndexStatus - Index status
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getIndexStorage()
public void setIndexStorage(Long IndexStorage)
IndexStorage - Index size (in byte)
Note: This field may return `null`, indicating that no valid value can be obtained.public String getIndexCreateTime()
public void setIndexCreateTime(String IndexCreateTime)
IndexCreateTime - Index creation time
Note: This field may return `null`, indicating that no valid value can be obtained.public BackingIndexMetaField[] getBackingIndices()
public void setBackingIndices(BackingIndexMetaField[] BackingIndices)
BackingIndices - Backing index
Note: This field may return `null`, indicating that no valid value can be obtained.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster ID
Note: This field may return `null`, indicating that no valid value can be obtained.public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster name
Note: This field may return `null`, indicating that no valid value can be obtained.public String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion - Cluster version
Note: This field may return `null`, indicating that no valid value can be obtained.public IndexPolicyField getIndexPolicyField()
public void setIndexPolicyField(IndexPolicyField IndexPolicyField)
IndexPolicyField - Index lifecycle policy field
Note: This field may return `null`, indicating that no valid value can be obtained.public IndexOptionsField getIndexOptionsField()
public void setIndexOptionsField(IndexOptionsField IndexOptionsField)
IndexOptionsField - Index automation field
Note: This field may return `null`, indicating that no valid value can be obtained.public IndexSettingsField getIndexSettingsField()
public void setIndexSettingsField(IndexSettingsField IndexSettingsField)
IndexSettingsField - Index setting field
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getAppId()
public void setAppId(Long AppId)
AppId - Cluster APP ID
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getIndexDocs()
public void setIndexDocs(Long IndexDocs)
IndexDocs - The number of index docs.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.