public class BackingIndexMetaField extends AbstractModel
| Constructor and Description | 
|---|
| BackingIndexMetaField() | 
| BackingIndexMetaField(BackingIndexMetaField 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 | 
|---|---|
| String | getIndexCreateTime()Get Backing index creation time
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| String | getIndexName()Get Backing index name
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| String | getIndexPhrase()Get Current lifecycle phase of backing index
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| String | getIndexStatus()Get Backing index status
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| Long | getIndexStorage()Get Backing index size
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setIndexCreateTime(String IndexCreateTime)Set Backing index creation time
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setIndexName(String IndexName)Set Backing index name
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setIndexPhrase(String IndexPhrase)Set Current lifecycle phase of backing index
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setIndexStatus(String IndexStatus)Set Backing index status
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setIndexStorage(Long IndexStorage)Set Backing index size
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic BackingIndexMetaField()
public BackingIndexMetaField(BackingIndexMetaField source)
public String getIndexName()
public void setIndexName(String IndexName)
IndexName - Backing 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 - Backing 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 - Backing index size
Note: This field may return `null`, indicating that no valid value can be obtained.public String getIndexPhrase()
public void setIndexPhrase(String IndexPhrase)
IndexPhrase - Current lifecycle phase of backing index
Note: This field may return `null`, indicating that no valid value can be obtained.public String getIndexCreateTime()
public void setIndexCreateTime(String IndexCreateTime)
IndexCreateTime - Backing index creation time
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.