in push-20160801/src/main/java/com/aliyun/sdk/service/push20160801/models/PushRequest.java [461:569]
private PushRequest(Builder builder) {
super(builder);
this.androidActivity = builder.androidActivity;
this.androidBadgeAddNum = builder.androidBadgeAddNum;
this.androidBadgeClass = builder.androidBadgeClass;
this.androidBadgeSetNum = builder.androidBadgeSetNum;
this.androidBigBody = builder.androidBigBody;
this.androidBigPictureUrl = builder.androidBigPictureUrl;
this.androidBigTitle = builder.androidBigTitle;
this.androidExtParameters = builder.androidExtParameters;
this.androidHonorTargetUserType = builder.androidHonorTargetUserType;
this.androidHuaweiReceiptId = builder.androidHuaweiReceiptId;
this.androidHuaweiTargetUserType = builder.androidHuaweiTargetUserType;
this.androidImageUrl = builder.androidImageUrl;
this.androidInboxBody = builder.androidInboxBody;
this.androidMessageHuaweiCategory = builder.androidMessageHuaweiCategory;
this.androidMessageHuaweiUrgency = builder.androidMessageHuaweiUrgency;
this.androidMessageOppoCategory = builder.androidMessageOppoCategory;
this.androidMessageOppoNotifyLevel = builder.androidMessageOppoNotifyLevel;
this.androidMessageVivoCategory = builder.androidMessageVivoCategory;
this.androidMusic = builder.androidMusic;
this.androidNotificationBarPriority = builder.androidNotificationBarPriority;
this.androidNotificationBarType = builder.androidNotificationBarType;
this.androidNotificationChannel = builder.androidNotificationChannel;
this.androidNotificationGroup = builder.androidNotificationGroup;
this.androidNotificationHonorChannel = builder.androidNotificationHonorChannel;
this.androidNotificationHuaweiChannel = builder.androidNotificationHuaweiChannel;
this.androidNotificationNotifyId = builder.androidNotificationNotifyId;
this.androidNotificationThreadId = builder.androidNotificationThreadId;
this.androidNotificationVivoChannel = builder.androidNotificationVivoChannel;
this.androidNotificationXiaomiChannel = builder.androidNotificationXiaomiChannel;
this.androidNotifyType = builder.androidNotifyType;
this.androidOpenType = builder.androidOpenType;
this.androidOpenUrl = builder.androidOpenUrl;
this.androidPopupActivity = builder.androidPopupActivity;
this.androidPopupBody = builder.androidPopupBody;
this.androidPopupTitle = builder.androidPopupTitle;
this.androidRemind = builder.androidRemind;
this.androidRenderStyle = builder.androidRenderStyle;
this.androidTargetUserType = builder.androidTargetUserType;
this.androidVivoPushMode = builder.androidVivoPushMode;
this.androidVivoReceiptId = builder.androidVivoReceiptId;
this.androidXiaoMiActivity = builder.androidXiaoMiActivity;
this.androidXiaoMiNotifyBody = builder.androidXiaoMiNotifyBody;
this.androidXiaoMiNotifyTitle = builder.androidXiaoMiNotifyTitle;
this.androidXiaomiBigPictureUrl = builder.androidXiaomiBigPictureUrl;
this.androidXiaomiImageUrl = builder.androidXiaomiImageUrl;
this.appKey = builder.appKey;
this.body = builder.body;
this.deviceType = builder.deviceType;
this.expireTime = builder.expireTime;
this.harmonyAction = builder.harmonyAction;
this.harmonyActionType = builder.harmonyActionType;
this.harmonyBadgeAddNum = builder.harmonyBadgeAddNum;
this.harmonyBadgeSetNum = builder.harmonyBadgeSetNum;
this.harmonyCategory = builder.harmonyCategory;
this.harmonyExtParameters = builder.harmonyExtParameters;
this.harmonyExtensionExtraData = builder.harmonyExtensionExtraData;
this.harmonyExtensionPush = builder.harmonyExtensionPush;
this.harmonyImageUrl = builder.harmonyImageUrl;
this.harmonyInboxContent = builder.harmonyInboxContent;
this.harmonyNotificationSlotType = builder.harmonyNotificationSlotType;
this.harmonyNotifyId = builder.harmonyNotifyId;
this.harmonyReceiptId = builder.harmonyReceiptId;
this.harmonyRemind = builder.harmonyRemind;
this.harmonyRemindBody = builder.harmonyRemindBody;
this.harmonyRemindTitle = builder.harmonyRemindTitle;
this.harmonyRenderStyle = builder.harmonyRenderStyle;
this.harmonyTestMessage = builder.harmonyTestMessage;
this.harmonyUri = builder.harmonyUri;
this.idempotentToken = builder.idempotentToken;
this.jobKey = builder.jobKey;
this.pushTime = builder.pushTime;
this.pushType = builder.pushType;
this.sendChannels = builder.sendChannels;
this.sendSpeed = builder.sendSpeed;
this.smsDelaySecs = builder.smsDelaySecs;
this.smsParams = builder.smsParams;
this.smsSendPolicy = builder.smsSendPolicy;
this.smsSignName = builder.smsSignName;
this.smsTemplateName = builder.smsTemplateName;
this.storeOffline = builder.storeOffline;
this.target = builder.target;
this.targetValue = builder.targetValue;
this.title = builder.title;
this.trim = builder.trim;
this.iOSApnsEnv = builder.iOSApnsEnv;
this.iOSBadge = builder.iOSBadge;
this.iOSBadgeAutoIncrement = builder.iOSBadgeAutoIncrement;
this.iOSExtParameters = builder.iOSExtParameters;
this.iOSInterruptionLevel = builder.iOSInterruptionLevel;
this.iOSLiveActivityAttributes = builder.iOSLiveActivityAttributes;
this.iOSLiveActivityAttributesType = builder.iOSLiveActivityAttributesType;
this.iOSLiveActivityContentState = builder.iOSLiveActivityContentState;
this.iOSLiveActivityDismissalDate = builder.iOSLiveActivityDismissalDate;
this.iOSLiveActivityEvent = builder.iOSLiveActivityEvent;
this.iOSLiveActivityId = builder.iOSLiveActivityId;
this.iOSLiveActivityStaleDate = builder.iOSLiveActivityStaleDate;
this.iOSMusic = builder.iOSMusic;
this.iOSMutableContent = builder.iOSMutableContent;
this.iOSNotificationCategory = builder.iOSNotificationCategory;
this.iOSNotificationCollapseId = builder.iOSNotificationCollapseId;
this.iOSNotificationThreadId = builder.iOSNotificationThreadId;
this.iOSRelevanceScore = builder.iOSRelevanceScore;
this.iOSRemind = builder.iOSRemind;
this.iOSRemindBody = builder.iOSRemindBody;
this.iOSSilentNotification = builder.iOSSilentNotification;
this.iOSSubtitle = builder.iOSSubtitle;
}