| Line 18... |
Line 18... |
| 18 |
import java.nio.ByteBuffer;
|
18 |
import java.nio.ByteBuffer;
|
| 19 |
import java.util.Arrays;
|
19 |
import java.util.Arrays;
|
| 20 |
import org.slf4j.Logger;
|
20 |
import org.slf4j.Logger;
|
| 21 |
import org.slf4j.LoggerFactory;
|
21 |
import org.slf4j.LoggerFactory;
|
| 22 |
|
22 |
|
| 23 |
/**
|
- |
|
| 24 |
* Helper service
|
- |
|
| 25 |
* created by @ashish
|
- |
|
| 26 |
* *
|
- |
|
| 27 |
*/
|
- |
|
| 28 |
public class Mail implements org.apache.thrift.TBase<Mail, Mail._Fields>, java.io.Serializable, Cloneable {
|
23 |
public class Mail implements org.apache.thrift.TBase<Mail, Mail._Fields>, java.io.Serializable, Cloneable {
|
| 29 |
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Mail");
|
24 |
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Mail");
|
| 30 |
|
25 |
|
| 31 |
private static final org.apache.thrift.protocol.TField TO_FIELD_DESC = new org.apache.thrift.protocol.TField("to", org.apache.thrift.protocol.TType.LIST, (short)1);
|
26 |
private static final org.apache.thrift.protocol.TField TO_FIELD_DESC = new org.apache.thrift.protocol.TField("to", org.apache.thrift.protocol.TType.LIST, (short)1);
|
| 32 |
private static final org.apache.thrift.protocol.TField SUBJECT_FIELD_DESC = new org.apache.thrift.protocol.TField("subject", org.apache.thrift.protocol.TType.STRING, (short)2);
|
27 |
private static final org.apache.thrift.protocol.TField SUBJECT_FIELD_DESC = new org.apache.thrift.protocol.TField("subject", org.apache.thrift.protocol.TType.STRING, (short)2);
|