public class EsStatusPostcard
extends org.lastaflute.core.mail.LaTypicalPostcard
| Constructor and Description |
|---|
EsStatusPostcard() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBcc(String bcc) |
void |
addBcc(String bcc,
String personal) |
void |
addCc(String cc) |
void |
addCc(String cc,
String personal) |
void |
addReplyTo(String replyTo) |
void |
addReplyTo(String replyTo,
String personal) |
void |
addTo(String to) |
void |
addTo(String to,
String personal) |
static EsStatusPostcard |
droppedInto(org.lastaflute.core.mail.Postbox postbox,
org.lastaflute.core.mail.MPCall<EsStatusPostcard> postcardLambda) |
protected String |
getBodyFile() |
protected String[] |
getPropertyNames() |
void |
setClustername(String clustername)
Set the value of clustername, used in parameter comment.
|
void |
setClusterstatus(String clusterstatus)
Set the value of clusterstatus, used in parameter comment.
|
void |
setFrom(String from,
String personal) |
void |
setHostname(String hostname)
Set the value of hostname, used in parameter comment.
|
actuallyAddBcc, actuallyAddCc, actuallyAddReplyTo, actuallyAddTo, asDeliveryCategory, asReceiverLocale, assertArgumentNotEmpty, assertArgumentNotNull, async, attachPlainText, attachVarious, createAddress, createNativePostcard, createVariableMap, doAddBcc, doAddBcc, doAddCc, doAddCc, doAddReplyTo, doAddReplyTo, doAddTo, doAddTo, doSetFrom, dryrun, dryrunByGivenText, dryrunByGivenText, forcedlyDirect, getPostingDiscloser, getVariableMap, isStrictAddress, newNativePostcard, pushLogging, registerVariable, retry, suppressSendFailure, suppressStrictAddress, toNativePostcard, toString, useBodyFile, writeAuthorpublic static final String PATH
public static EsStatusPostcard droppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<EsStatusPostcard> postcardLambda)
protected String getBodyFile()
getBodyFile in class org.lastaflute.core.mail.LaTypicalPostcardprotected String[] getPropertyNames()
getPropertyNames in class org.lastaflute.core.mail.LaTypicalPostcardpublic void addTo(String to)
public void addCc(String cc)
public void addBcc(String bcc)
public void addReplyTo(String replyTo)
public void setHostname(String hostname)
hostname - The parameter value of hostname. (NotNull)public void setClustername(String clustername)
clustername - The parameter value of clustername. (NotNull)public void setClusterstatus(String clusterstatus)
clusterstatus - The parameter value of clusterstatus. (NotNull)Copyright © 2009–2017 CodeLibs. All rights reserved.