public class SolrRecordHeader extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SolrRecordHeader.Status |
| Constructor and Description |
|---|
SolrRecordHeader() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDeletedbyinference() |
String |
getId() |
List<String> |
getOriginalId() |
RecordType |
getRecordType() |
SolrRecordHeader.Status |
getStatus() |
static SolrRecordHeader |
newInstance(String id,
List<String> originalId,
RecordType recordType,
Boolean deletedbyinference) |
static SolrRecordHeader |
newInstance(String id,
List<String> originalId,
RecordType recordType,
SolrRecordHeader.Status status,
Boolean deletedbyinference) |
void |
setDeletedbyinference(Boolean deletedbyinference) |
void |
setId(String id) |
void |
setOriginalId(List<String> originalId) |
void |
setRecordType(RecordType recordType) |
void |
setStatus(SolrRecordHeader.Status status) |
public static SolrRecordHeader newInstance(String id, List<String> originalId, RecordType recordType, Boolean deletedbyinference)
public static SolrRecordHeader newInstance(String id, List<String> originalId, RecordType recordType, SolrRecordHeader.Status status, Boolean deletedbyinference)
public String getId()
public void setId(String id)
public RecordType getRecordType()
public void setRecordType(RecordType recordType)
public Boolean getDeletedbyinference()
public SolrRecordHeader.Status getStatus()
public void setStatus(SolrRecordHeader.Status status)
public void setDeletedbyinference(Boolean deletedbyinference)
Copyright © 2025. All rights reserved.