public class Notice extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Notice.Severity
Severity level of the notice. 
 | 
| Constructor and Description | 
|---|
Notice()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Date | 
getCreated()
Gets the created. 
 | 
java.lang.String | 
getDescription()
Gets the description. 
 | 
java.lang.String | 
getDocumentId()
Gets the documentId. 
 | 
java.lang.String | 
getNoticeId()
Gets the noticeId. 
 | 
java.lang.String | 
getQueryId()
Gets the queryId. 
 | 
java.lang.String | 
getSeverity()
Gets the severity. 
 | 
java.lang.String | 
getStep()
Gets the step. 
 | 
equals, hashCode, toStringpublic java.lang.String getNoticeId()
public java.util.Date getCreated()
public java.lang.String getDocumentId()
public java.lang.String getQueryId()
public java.lang.String getSeverity()
public java.lang.String getStep()
public java.lang.String getDescription()