package com.deloitte.system.request; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @AllArgsConstructor @NoArgsConstructor public class SFMessageVo { private String Name; private String ALL_MEMBER_NAME__c; private String ALL_MEMBER_TYPE__c; private String ALL_MEMBER__c; private String BCC__c; private String CC__c; private String FROM__c; private String MESSAGE__c; private String RECIPIENT__c; private String RECORD__c; private String RECORD_TYPE__c; private String SUBJECTCOPY__c; private String SUBJECT__c; private String TYPE__c; private String bccName__c; private String ccName__c; private String toName__c; private String AWS_Data_Id__c; private String DATE__c; private String ALL_MEMBER_NAME_Encrypted__c; private String ALL_MEMBER_Encrypted__c; private String BCC_Encrypted__c ; private String CC_Encrypted__c; private String FROM_Encrypted__c; private String RECIPIENT_Encrypted__c; private String bccName_Encrypted__c; private String ccName_Encrypted__c; private String toName_Encrypted__c; private String SWO__c; private String Quotes__c; private String CaseF__c; private String EMAIL_SENT__c; }