@Generated public class Index extends Object
| Constructor and Description |
|---|
Index() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCreator() |
DeltaSyncIndexSpec |
getDeltaSyncIndexSpec() |
DirectAccessIndexSpec |
getDirectAccessIndexSpec() |
String |
getEndpoint() |
IndexSubtype |
getIndexSubtype() |
IndexType |
getIndexType() |
String |
getName() |
String |
getPrimaryKey() |
IndexStatus |
getStatus() |
int |
hashCode() |
Index |
setCreator(String creator) |
Index |
setDeltaSyncIndexSpec(DeltaSyncIndexSpec deltaSyncIndexSpec) |
Index |
setDirectAccessIndexSpec(DirectAccessIndexSpec directAccessIndexSpec) |
Index |
setEndpoint(String endpoint) |
Index |
setIndexSubtype(IndexSubtype indexSubtype) |
Index |
setIndexType(IndexType indexType) |
Index |
setName(String name) |
Index |
setPrimaryKey(String primaryKey) |
Index |
setStatus(IndexStatus status) |
String |
toString() |
public String getCreator()
public Index setDeltaSyncIndexSpec(DeltaSyncIndexSpec deltaSyncIndexSpec)
public DeltaSyncIndexSpec getDeltaSyncIndexSpec()
public Index setDirectAccessIndexSpec(DirectAccessIndexSpec directAccessIndexSpec)
public DirectAccessIndexSpec getDirectAccessIndexSpec()
public String getEndpoint()
public Index setIndexSubtype(IndexSubtype indexSubtype)
public IndexSubtype getIndexSubtype()
public IndexType getIndexType()
public String getName()
public String getPrimaryKey()
public Index setStatus(IndexStatus status)
public IndexStatus getStatus()
Copyright © 2026. All rights reserved.