public class Document extends Object
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess() |
Date |
getCreateTime() |
String |
getDocumentId() |
DocumentError |
getError() |
String |
getFormat() |
String |
getNotification() |
String |
getStatus() |
String |
getTargetType() |
String |
getTitle() |
void |
setAccess(String access) |
void |
setCreateTime(Date createTime) |
void |
setDocumentId(String documentId) |
void |
setError(DocumentError error) |
void |
setFormat(String format) |
void |
setNotification(String notification) |
void |
setStatus(String status) |
void |
setTargetType(String targetType) |
void |
setTitle(String title) |
String |
toString() |
public String getDocumentId()
public void setDocumentId(String documentId)
public String getStatus()
public void setStatus(String status)
public String getTitle()
public void setTitle(String title)
public String getFormat()
public void setFormat(String format)
public String getNotification()
public void setNotification(String notification)
public String getAccess()
public void setAccess(String access)
public String getTargetType()
public void setTargetType(String targetType)
public DocumentError getError()
public void setError(DocumentError error)
public Date getCreateTime()
public void setCreateTime(Date createTime)
Copyright © 2020. All rights reserved.