public class TestDocument extends GenericModel
Constructor and Description |
---|
TestDocument() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationId()
Gets the configurationId.
|
java.lang.Long |
getEnrichedFieldUnits()
Gets the enrichedFieldUnits.
|
java.util.List<Notice> |
getNotices()
Gets the notices.
|
java.lang.String |
getOriginalMediaType()
Gets the originalMediaType.
|
java.util.List<DocumentSnapshot> |
getSnapshots()
Gets the snapshots.
|
java.lang.String |
getStatus()
Gets the status.
|
void |
setNotices(java.util.List<Notice> notices)
Sets the notices.
|
void |
setSnapshots(java.util.List<DocumentSnapshot> snapshots)
Sets the snapshots.
|
equals, hashCode, toString
public java.lang.String getConfigurationId()
public java.lang.String getStatus()
public java.lang.Long getEnrichedFieldUnits()
public java.lang.String getOriginalMediaType()
public java.util.List<DocumentSnapshot> getSnapshots()
public java.util.List<Notice> getNotices()
public void setSnapshots(java.util.List<DocumentSnapshot> snapshots)
snapshots
- the new snapshotspublic void setNotices(java.util.List<Notice> notices)
notices
- the new notices