public class PermissionsTemplateRequestJson extends BaseJson
Constructor and Description |
---|
PermissionsTemplateRequestJson() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getComment() |
Date |
getExpirationDate()
Expiration date
|
String |
getTemplateName()
Template name
|
Boolean |
getWatermark() |
boolean |
isWaterMark()
Watermark
|
void |
setComment(Boolean comment) |
void |
setExpirationDate(Date expirationDate)
Expiration date
|
void |
setTemplateName(String templateName)
Template name
|
void |
setWatermark(Boolean watermark) |
void |
setWaterMark(boolean waterMark)
Watermark
|
getObjType, setObjType, toString
public Boolean getWatermark()
public void setWatermark(Boolean watermark)
public String getTemplateName()
public void setTemplateName(String templateName)
templateName
- Template namepublic Boolean getComment()
public void setComment(Boolean comment)
public boolean isWaterMark()
public void setWaterMark(boolean waterMark)
waterMark
- Watermarkpublic Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate
- Expiration dateCopyright © 2019. All rights reserved.