public final class InstrumentDocument
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstrumentDocument.InstrumentDocumentBuilder |
| Constructor and Description |
|---|
InstrumentDocument() |
InstrumentDocument(java.lang.String type,
java.lang.String fileId) |
| Modifier and Type | Method and Description |
|---|---|
static InstrumentDocument.InstrumentDocumentBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFileId() |
java.lang.String |
getType() |
int |
hashCode() |
void |
setFileId(java.lang.String fileId) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
public InstrumentDocument(java.lang.String type,
java.lang.String fileId)
public InstrumentDocument()
public static InstrumentDocument.InstrumentDocumentBuilder builder()
public java.lang.String getType()
public java.lang.String getFileId()
public void setType(java.lang.String type)
public void setFileId(java.lang.String fileId)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object