@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:29.220+01:00") public class TemplateDetailResponse extends Object
| Constructor and Description |
|---|
TemplateDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
TemplateDetailResponse |
active(Boolean active) |
TemplateDetailResponse |
associatedServerId(Integer associatedServerId) |
boolean |
equals(Object o) |
Boolean |
getActive()
Indicates that this template may be used for sending email.
|
Integer |
getAssociatedServerId()
The ID of the Server with which this template is associated.
|
String |
getHtmlBody()
The content to use for the HtmlBody when this template is used to send email.
|
String |
getName()
The display name for the template.
|
String |
getSubject()
The content to use for the Subject when this template is used to send email.
|
Integer |
getTemplateID()
The ID associated with the template.
|
String |
getTextBody()
The content to use for the TextBody when this template is used to send email.
|
int |
hashCode() |
TemplateDetailResponse |
htmlBody(String htmlBody) |
TemplateDetailResponse |
name(String name) |
void |
setActive(Boolean active) |
void |
setAssociatedServerId(Integer associatedServerId) |
void |
setHtmlBody(String htmlBody) |
void |
setName(String name) |
void |
setSubject(String subject) |
void |
setTemplateID(Integer templateID) |
void |
setTextBody(String textBody) |
TemplateDetailResponse |
subject(String subject) |
TemplateDetailResponse |
templateID(Integer templateID) |
TemplateDetailResponse |
textBody(String textBody) |
String |
toString() |
public TemplateDetailResponse name(String name)
public String getName()
public void setName(String name)
public TemplateDetailResponse templateID(Integer templateID)
public Integer getTemplateID()
public void setTemplateID(Integer templateID)
public TemplateDetailResponse htmlBody(String htmlBody)
public String getHtmlBody()
public void setHtmlBody(String htmlBody)
public TemplateDetailResponse textBody(String textBody)
public String getTextBody()
public void setTextBody(String textBody)
public TemplateDetailResponse associatedServerId(Integer associatedServerId)
public Integer getAssociatedServerId()
public void setAssociatedServerId(Integer associatedServerId)
public TemplateDetailResponse subject(String subject)
public String getSubject()
public void setSubject(String subject)
public TemplateDetailResponse active(Boolean active)
public Boolean getActive()
public void setActive(Boolean active)
Copyright © 2019. All rights reserved.