public static class QueryEndNotifier.Email extends Object
Constructor and Description |
---|
Email(String from,
String to,
String cc,
String subject,
String message) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCc() |
String |
getFrom() |
String |
getMessage() |
String |
getSubject() |
String |
getTo() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"from","to","cc","subject","message"}) @Generated(value="lombok") public Email(String from, String to, String cc, String subject, String message)
@Generated(value="lombok") public String getFrom()
@Generated(value="lombok") public String getTo()
@Generated(value="lombok") public String getCc()
@Generated(value="lombok") public String getSubject()
@Generated(value="lombok") public String getMessage()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.