com.groupdocs.sdk.model.UserInfo Maven / Gradle / Ivy
/**
* Copyright 2012 GroupDocs.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.groupdocs.sdk.model;
import java.util.*;
import com.groupdocs.sdk.model.RoleInfo;
/**
*
*
* NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
*
*/
public class UserInfo {
private String nickname = null;
private String firstname = null;
private String lastname = null;
private String pkey = null;
private String pswd_salt = null;
private String claimed_id = null;
private String token = null;
private Integer storage = null;
private List photo = new ArrayList();
private Boolean active = null;
private Boolean trial = null;
private Boolean news_eanbled = null;
private Boolean alerts_eanbled = null;
private Boolean support_eanbled = null;
private String support_email = null;
private String apps = null;
private Boolean annotation_branded = null;
private Boolean viewer_branded = null;
private Boolean is_real_time_broadcast_enabled = null;
private Boolean is_scroll_broadcast_enabled = null;
private Boolean is_zoom_broadcast_enabled = null;
private List annotation_logo = new ArrayList();
private List pointer_tool_cursor = new ArrayList();
private Integer annotation_header_options = null;
private Boolean is_annotation_navigation_widget_enabled = null;
private Boolean is_annotation_zoom_widget_enabled = null;
private Boolean is_annotation_download_widget_enabled = null;
private Boolean is_annotation_print_widget_enabled = null;
private Boolean is_annotation_help_widget_enabled = null;
private Boolean is_right_panel_enabled = null;
private Boolean is_thumbnails_panel_enabled = null;
private Boolean is_standard_header_always_shown = null;
private Boolean is_toolbar_enabled = null;
private Boolean is_text_annotation_button_enabled = null;
private Boolean is_rectangle_annotation_button_enabled = null;
private Boolean is_point_annotation_button_enabled = null;
private Boolean is_strikeout_annotation_button_enabled = null;
private Boolean is_polyline_annotation_button_enabled = null;
private Boolean is_typewriter_annotation_button_enabled = null;
private Boolean is_watermark_annotation_button_enabled = null;
private Boolean is_text_replacement_annotation_button_enabled = null;
private Boolean is_arrow_annotation_button_enabled = null;
private Boolean is_text_redaction_annotation_button_enabled = null;
private Boolean is_resource_redaction_annotation_button_enabled = null;
private Boolean is_text_underline_annotation_button_enabled = null;
private Boolean is_distance_annotation_button_enabled = null;
private Boolean is_annotation_document_name_shown = null;
private List annotation_navigation_icons = new ArrayList();
private List annotation_tool_icons = new ArrayList();
private Integer annotation_background_color = null;
private List viewer_logo = new ArrayList();
private Integer viewer_options = null;
private Boolean is_viewer_navigation_widget_enabled = null;
private Boolean is_viewer_zoom_widget_enabled = null;
private Boolean is_viewer_download_widget_enabled = null;
private Boolean is_viewer_print_widget_enabled = null;
private Boolean is_viewer_help_widget_enabled = null;
private Boolean is_viewer_document_name_shown = null;
private Boolean isviewer_right_mouse_button_menu_enabled = null;
private Long signedupOn = null;
private Long signedinOn = null;
private Integer signin_count = null;
private List roles = new ArrayList();
private Boolean signature_watermark_enabled = null;
private Boolean signature_desktop_notifications = null;
private Integer webhook_notification_retries = null;
private String webhook_notification_failed_recipients = null;
private String signature_color = null;
private Boolean signature_save_field_changes_automatically = null;
private Boolean signature_use_custom_email_templates = null;
private String signature_envelope_sent_owner_template = null;
private String signature_envelope_sent_other_template = null;
private String signature_envelope_completed_template = null;
private String signature_envelope_signed_template = null;
private String signature_envelope_declined_template = null;
private String signature_envelope_failed_template = null;
private String signature_envelope_cancelled_template = null;
private String signature_envelope_expired_template = null;
private String signature_envelope_step_expired_template = null;
private String signature_envelope_recipient_reminder_template = null;
private String signature_form_signed_template = null;
private Boolean signature_form_require_user_auth_for_sign = null;
private Boolean signature_form_request_user_auth_by_photo = null;
private Boolean signature_form_require_user_identity_validation = null;
private Boolean signature_envelope_require_user_auth_for_sign = null;
private Boolean signature_envelope_request_user_auth_by_photo = null;
private Boolean signature_enable_uploaded_signature = null;
private Boolean signature_enable_typed_signature = null;
private Boolean signature_enable_envelope_comment = null;
private Boolean signature_enable_form_comment = null;
private Boolean can_participan_download_form = null;
private Boolean can_participant_print_form = null;
private Boolean notify_form_owner_on_sign = null;
private Boolean attach_signed_form_document = null;
private Boolean show_participant_comment_in_signed_document = null;
private String forms_notify_other_on_sign = null;
private Boolean form_document_parse_fields = null;
private Long id = null;
private String guid = null;
private String primary_email = null;
public String getNickname() {
return nickname;
}
public void setNickname(String nickname) {
this.nickname = nickname;
}
public String getFirstname() {
return firstname;
}
public void setFirstname(String firstname) {
this.firstname = firstname;
}
public String getLastname() {
return lastname;
}
public void setLastname(String lastname) {
this.lastname = lastname;
}
public String getPkey() {
return pkey;
}
public void setPkey(String pkey) {
this.pkey = pkey;
}
public String getPswd_salt() {
return pswd_salt;
}
public void setPswd_salt(String pswd_salt) {
this.pswd_salt = pswd_salt;
}
public String getClaimed_id() {
return claimed_id;
}
public void setClaimed_id(String claimed_id) {
this.claimed_id = claimed_id;
}
public String getToken() {
return token;
}
public void setToken(String token) {
this.token = token;
}
public Integer getStorage() {
return storage;
}
public void setStorage(Integer storage) {
this.storage = storage;
}
public List getPhoto() {
return photo;
}
public void setPhoto(List photo) {
this.photo = photo;
}
public Boolean getActive() {
return active;
}
public void setActive(Boolean active) {
this.active = active;
}
public Boolean getTrial() {
return trial;
}
public void setTrial(Boolean trial) {
this.trial = trial;
}
public Boolean getNews_eanbled() {
return news_eanbled;
}
public void setNews_eanbled(Boolean news_eanbled) {
this.news_eanbled = news_eanbled;
}
public Boolean getAlerts_eanbled() {
return alerts_eanbled;
}
public void setAlerts_eanbled(Boolean alerts_eanbled) {
this.alerts_eanbled = alerts_eanbled;
}
public Boolean getSupport_eanbled() {
return support_eanbled;
}
public void setSupport_eanbled(Boolean support_eanbled) {
this.support_eanbled = support_eanbled;
}
public String getSupport_email() {
return support_email;
}
public void setSupport_email(String support_email) {
this.support_email = support_email;
}
public String getApps() {
return apps;
}
public void setApps(String apps) {
this.apps = apps;
}
public Boolean getAnnotation_branded() {
return annotation_branded;
}
public void setAnnotation_branded(Boolean annotation_branded) {
this.annotation_branded = annotation_branded;
}
public Boolean getViewer_branded() {
return viewer_branded;
}
public void setViewer_branded(Boolean viewer_branded) {
this.viewer_branded = viewer_branded;
}
public Boolean getIs_real_time_broadcast_enabled() {
return is_real_time_broadcast_enabled;
}
public void setIs_real_time_broadcast_enabled(Boolean is_real_time_broadcast_enabled) {
this.is_real_time_broadcast_enabled = is_real_time_broadcast_enabled;
}
public Boolean getIs_scroll_broadcast_enabled() {
return is_scroll_broadcast_enabled;
}
public void setIs_scroll_broadcast_enabled(Boolean is_scroll_broadcast_enabled) {
this.is_scroll_broadcast_enabled = is_scroll_broadcast_enabled;
}
public Boolean getIs_zoom_broadcast_enabled() {
return is_zoom_broadcast_enabled;
}
public void setIs_zoom_broadcast_enabled(Boolean is_zoom_broadcast_enabled) {
this.is_zoom_broadcast_enabled = is_zoom_broadcast_enabled;
}
public List getAnnotation_logo() {
return annotation_logo;
}
public void setAnnotation_logo(List annotation_logo) {
this.annotation_logo = annotation_logo;
}
public List getPointer_tool_cursor() {
return pointer_tool_cursor;
}
public void setPointer_tool_cursor(List pointer_tool_cursor) {
this.pointer_tool_cursor = pointer_tool_cursor;
}
public Integer getAnnotation_header_options() {
return annotation_header_options;
}
public void setAnnotation_header_options(Integer annotation_header_options) {
this.annotation_header_options = annotation_header_options;
}
public Boolean getIs_annotation_navigation_widget_enabled() {
return is_annotation_navigation_widget_enabled;
}
public void setIs_annotation_navigation_widget_enabled(Boolean is_annotation_navigation_widget_enabled) {
this.is_annotation_navigation_widget_enabled = is_annotation_navigation_widget_enabled;
}
public Boolean getIs_annotation_zoom_widget_enabled() {
return is_annotation_zoom_widget_enabled;
}
public void setIs_annotation_zoom_widget_enabled(Boolean is_annotation_zoom_widget_enabled) {
this.is_annotation_zoom_widget_enabled = is_annotation_zoom_widget_enabled;
}
public Boolean getIs_annotation_download_widget_enabled() {
return is_annotation_download_widget_enabled;
}
public void setIs_annotation_download_widget_enabled(Boolean is_annotation_download_widget_enabled) {
this.is_annotation_download_widget_enabled = is_annotation_download_widget_enabled;
}
public Boolean getIs_annotation_print_widget_enabled() {
return is_annotation_print_widget_enabled;
}
public void setIs_annotation_print_widget_enabled(Boolean is_annotation_print_widget_enabled) {
this.is_annotation_print_widget_enabled = is_annotation_print_widget_enabled;
}
public Boolean getIs_annotation_help_widget_enabled() {
return is_annotation_help_widget_enabled;
}
public void setIs_annotation_help_widget_enabled(Boolean is_annotation_help_widget_enabled) {
this.is_annotation_help_widget_enabled = is_annotation_help_widget_enabled;
}
public Boolean getIs_right_panel_enabled() {
return is_right_panel_enabled;
}
public void setIs_right_panel_enabled(Boolean is_right_panel_enabled) {
this.is_right_panel_enabled = is_right_panel_enabled;
}
public Boolean getIs_thumbnails_panel_enabled() {
return is_thumbnails_panel_enabled;
}
public void setIs_thumbnails_panel_enabled(Boolean is_thumbnails_panel_enabled) {
this.is_thumbnails_panel_enabled = is_thumbnails_panel_enabled;
}
public Boolean getIs_standard_header_always_shown() {
return is_standard_header_always_shown;
}
public void setIs_standard_header_always_shown(Boolean is_standard_header_always_shown) {
this.is_standard_header_always_shown = is_standard_header_always_shown;
}
public Boolean getIs_toolbar_enabled() {
return is_toolbar_enabled;
}
public void setIs_toolbar_enabled(Boolean is_toolbar_enabled) {
this.is_toolbar_enabled = is_toolbar_enabled;
}
public Boolean getIs_text_annotation_button_enabled() {
return is_text_annotation_button_enabled;
}
public void setIs_text_annotation_button_enabled(Boolean is_text_annotation_button_enabled) {
this.is_text_annotation_button_enabled = is_text_annotation_button_enabled;
}
public Boolean getIs_rectangle_annotation_button_enabled() {
return is_rectangle_annotation_button_enabled;
}
public void setIs_rectangle_annotation_button_enabled(Boolean is_rectangle_annotation_button_enabled) {
this.is_rectangle_annotation_button_enabled = is_rectangle_annotation_button_enabled;
}
public Boolean getIs_point_annotation_button_enabled() {
return is_point_annotation_button_enabled;
}
public void setIs_point_annotation_button_enabled(Boolean is_point_annotation_button_enabled) {
this.is_point_annotation_button_enabled = is_point_annotation_button_enabled;
}
public Boolean getIs_strikeout_annotation_button_enabled() {
return is_strikeout_annotation_button_enabled;
}
public void setIs_strikeout_annotation_button_enabled(Boolean is_strikeout_annotation_button_enabled) {
this.is_strikeout_annotation_button_enabled = is_strikeout_annotation_button_enabled;
}
public Boolean getIs_polyline_annotation_button_enabled() {
return is_polyline_annotation_button_enabled;
}
public void setIs_polyline_annotation_button_enabled(Boolean is_polyline_annotation_button_enabled) {
this.is_polyline_annotation_button_enabled = is_polyline_annotation_button_enabled;
}
public Boolean getIs_typewriter_annotation_button_enabled() {
return is_typewriter_annotation_button_enabled;
}
public void setIs_typewriter_annotation_button_enabled(Boolean is_typewriter_annotation_button_enabled) {
this.is_typewriter_annotation_button_enabled = is_typewriter_annotation_button_enabled;
}
public Boolean getIs_watermark_annotation_button_enabled() {
return is_watermark_annotation_button_enabled;
}
public void setIs_watermark_annotation_button_enabled(Boolean is_watermark_annotation_button_enabled) {
this.is_watermark_annotation_button_enabled = is_watermark_annotation_button_enabled;
}
public Boolean getIs_text_replacement_annotation_button_enabled() {
return is_text_replacement_annotation_button_enabled;
}
public void setIs_text_replacement_annotation_button_enabled(Boolean is_text_replacement_annotation_button_enabled) {
this.is_text_replacement_annotation_button_enabled = is_text_replacement_annotation_button_enabled;
}
public Boolean getIs_arrow_annotation_button_enabled() {
return is_arrow_annotation_button_enabled;
}
public void setIs_arrow_annotation_button_enabled(Boolean is_arrow_annotation_button_enabled) {
this.is_arrow_annotation_button_enabled = is_arrow_annotation_button_enabled;
}
public Boolean getIs_text_redaction_annotation_button_enabled() {
return is_text_redaction_annotation_button_enabled;
}
public void setIs_text_redaction_annotation_button_enabled(Boolean is_text_redaction_annotation_button_enabled) {
this.is_text_redaction_annotation_button_enabled = is_text_redaction_annotation_button_enabled;
}
public Boolean getIs_resource_redaction_annotation_button_enabled() {
return is_resource_redaction_annotation_button_enabled;
}
public void setIs_resource_redaction_annotation_button_enabled(Boolean is_resource_redaction_annotation_button_enabled) {
this.is_resource_redaction_annotation_button_enabled = is_resource_redaction_annotation_button_enabled;
}
public Boolean getIs_text_underline_annotation_button_enabled() {
return is_text_underline_annotation_button_enabled;
}
public void setIs_text_underline_annotation_button_enabled(Boolean is_text_underline_annotation_button_enabled) {
this.is_text_underline_annotation_button_enabled = is_text_underline_annotation_button_enabled;
}
public Boolean getIs_distance_annotation_button_enabled() {
return is_distance_annotation_button_enabled;
}
public void setIs_distance_annotation_button_enabled(Boolean is_distance_annotation_button_enabled) {
this.is_distance_annotation_button_enabled = is_distance_annotation_button_enabled;
}
public Boolean getIs_annotation_document_name_shown() {
return is_annotation_document_name_shown;
}
public void setIs_annotation_document_name_shown(Boolean is_annotation_document_name_shown) {
this.is_annotation_document_name_shown = is_annotation_document_name_shown;
}
public List getAnnotation_navigation_icons() {
return annotation_navigation_icons;
}
public void setAnnotation_navigation_icons(List annotation_navigation_icons) {
this.annotation_navigation_icons = annotation_navigation_icons;
}
public List getAnnotation_tool_icons() {
return annotation_tool_icons;
}
public void setAnnotation_tool_icons(List annotation_tool_icons) {
this.annotation_tool_icons = annotation_tool_icons;
}
public Integer getAnnotation_background_color() {
return annotation_background_color;
}
public void setAnnotation_background_color(Integer annotation_background_color) {
this.annotation_background_color = annotation_background_color;
}
public List getViewer_logo() {
return viewer_logo;
}
public void setViewer_logo(List viewer_logo) {
this.viewer_logo = viewer_logo;
}
public Integer getViewer_options() {
return viewer_options;
}
public void setViewer_options(Integer viewer_options) {
this.viewer_options = viewer_options;
}
public Boolean getIs_viewer_navigation_widget_enabled() {
return is_viewer_navigation_widget_enabled;
}
public void setIs_viewer_navigation_widget_enabled(Boolean is_viewer_navigation_widget_enabled) {
this.is_viewer_navigation_widget_enabled = is_viewer_navigation_widget_enabled;
}
public Boolean getIs_viewer_zoom_widget_enabled() {
return is_viewer_zoom_widget_enabled;
}
public void setIs_viewer_zoom_widget_enabled(Boolean is_viewer_zoom_widget_enabled) {
this.is_viewer_zoom_widget_enabled = is_viewer_zoom_widget_enabled;
}
public Boolean getIs_viewer_download_widget_enabled() {
return is_viewer_download_widget_enabled;
}
public void setIs_viewer_download_widget_enabled(Boolean is_viewer_download_widget_enabled) {
this.is_viewer_download_widget_enabled = is_viewer_download_widget_enabled;
}
public Boolean getIs_viewer_print_widget_enabled() {
return is_viewer_print_widget_enabled;
}
public void setIs_viewer_print_widget_enabled(Boolean is_viewer_print_widget_enabled) {
this.is_viewer_print_widget_enabled = is_viewer_print_widget_enabled;
}
public Boolean getIs_viewer_help_widget_enabled() {
return is_viewer_help_widget_enabled;
}
public void setIs_viewer_help_widget_enabled(Boolean is_viewer_help_widget_enabled) {
this.is_viewer_help_widget_enabled = is_viewer_help_widget_enabled;
}
public Boolean getIs_viewer_document_name_shown() {
return is_viewer_document_name_shown;
}
public void setIs_viewer_document_name_shown(Boolean is_viewer_document_name_shown) {
this.is_viewer_document_name_shown = is_viewer_document_name_shown;
}
public Boolean getIsviewer_right_mouse_button_menu_enabled() {
return isviewer_right_mouse_button_menu_enabled;
}
public void setIsviewer_right_mouse_button_menu_enabled(Boolean isviewer_right_mouse_button_menu_enabled) {
this.isviewer_right_mouse_button_menu_enabled = isviewer_right_mouse_button_menu_enabled;
}
public Long getSignedupOn() {
return signedupOn;
}
public void setSignedupOn(Long signedupOn) {
this.signedupOn = signedupOn;
}
public Long getSignedinOn() {
return signedinOn;
}
public void setSignedinOn(Long signedinOn) {
this.signedinOn = signedinOn;
}
public Integer getSignin_count() {
return signin_count;
}
public void setSignin_count(Integer signin_count) {
this.signin_count = signin_count;
}
public List getRoles() {
return roles;
}
public void setRoles(List roles) {
this.roles = roles;
}
public Boolean getSignature_watermark_enabled() {
return signature_watermark_enabled;
}
public void setSignature_watermark_enabled(Boolean signature_watermark_enabled) {
this.signature_watermark_enabled = signature_watermark_enabled;
}
public Boolean getSignature_desktop_notifications() {
return signature_desktop_notifications;
}
public void setSignature_desktop_notifications(Boolean signature_desktop_notifications) {
this.signature_desktop_notifications = signature_desktop_notifications;
}
public Integer getWebhook_notification_retries() {
return webhook_notification_retries;
}
public void setWebhook_notification_retries(Integer webhook_notification_retries) {
this.webhook_notification_retries = webhook_notification_retries;
}
public String getWebhook_notification_failed_recipients() {
return webhook_notification_failed_recipients;
}
public void setWebhook_notification_failed_recipients(String webhook_notification_failed_recipients) {
this.webhook_notification_failed_recipients = webhook_notification_failed_recipients;
}
public String getSignature_color() {
return signature_color;
}
public void setSignature_color(String signature_color) {
this.signature_color = signature_color;
}
public Boolean getSignature_save_field_changes_automatically() {
return signature_save_field_changes_automatically;
}
public void setSignature_save_field_changes_automatically(Boolean signature_save_field_changes_automatically) {
this.signature_save_field_changes_automatically = signature_save_field_changes_automatically;
}
public Boolean getSignature_use_custom_email_templates() {
return signature_use_custom_email_templates;
}
public void setSignature_use_custom_email_templates(Boolean signature_use_custom_email_templates) {
this.signature_use_custom_email_templates = signature_use_custom_email_templates;
}
public String getSignature_envelope_sent_owner_template() {
return signature_envelope_sent_owner_template;
}
public void setSignature_envelope_sent_owner_template(String signature_envelope_sent_owner_template) {
this.signature_envelope_sent_owner_template = signature_envelope_sent_owner_template;
}
public String getSignature_envelope_sent_other_template() {
return signature_envelope_sent_other_template;
}
public void setSignature_envelope_sent_other_template(String signature_envelope_sent_other_template) {
this.signature_envelope_sent_other_template = signature_envelope_sent_other_template;
}
public String getSignature_envelope_completed_template() {
return signature_envelope_completed_template;
}
public void setSignature_envelope_completed_template(String signature_envelope_completed_template) {
this.signature_envelope_completed_template = signature_envelope_completed_template;
}
public String getSignature_envelope_signed_template() {
return signature_envelope_signed_template;
}
public void setSignature_envelope_signed_template(String signature_envelope_signed_template) {
this.signature_envelope_signed_template = signature_envelope_signed_template;
}
public String getSignature_envelope_declined_template() {
return signature_envelope_declined_template;
}
public void setSignature_envelope_declined_template(String signature_envelope_declined_template) {
this.signature_envelope_declined_template = signature_envelope_declined_template;
}
public String getSignature_envelope_failed_template() {
return signature_envelope_failed_template;
}
public void setSignature_envelope_failed_template(String signature_envelope_failed_template) {
this.signature_envelope_failed_template = signature_envelope_failed_template;
}
public String getSignature_envelope_cancelled_template() {
return signature_envelope_cancelled_template;
}
public void setSignature_envelope_cancelled_template(String signature_envelope_cancelled_template) {
this.signature_envelope_cancelled_template = signature_envelope_cancelled_template;
}
public String getSignature_envelope_expired_template() {
return signature_envelope_expired_template;
}
public void setSignature_envelope_expired_template(String signature_envelope_expired_template) {
this.signature_envelope_expired_template = signature_envelope_expired_template;
}
public String getSignature_envelope_step_expired_template() {
return signature_envelope_step_expired_template;
}
public void setSignature_envelope_step_expired_template(String signature_envelope_step_expired_template) {
this.signature_envelope_step_expired_template = signature_envelope_step_expired_template;
}
public String getSignature_envelope_recipient_reminder_template() {
return signature_envelope_recipient_reminder_template;
}
public void setSignature_envelope_recipient_reminder_template(String signature_envelope_recipient_reminder_template) {
this.signature_envelope_recipient_reminder_template = signature_envelope_recipient_reminder_template;
}
public String getSignature_form_signed_template() {
return signature_form_signed_template;
}
public void setSignature_form_signed_template(String signature_form_signed_template) {
this.signature_form_signed_template = signature_form_signed_template;
}
public Boolean getSignature_form_require_user_auth_for_sign() {
return signature_form_require_user_auth_for_sign;
}
public void setSignature_form_require_user_auth_for_sign(Boolean signature_form_require_user_auth_for_sign) {
this.signature_form_require_user_auth_for_sign = signature_form_require_user_auth_for_sign;
}
public Boolean getSignature_form_request_user_auth_by_photo() {
return signature_form_request_user_auth_by_photo;
}
public void setSignature_form_request_user_auth_by_photo(Boolean signature_form_request_user_auth_by_photo) {
this.signature_form_request_user_auth_by_photo = signature_form_request_user_auth_by_photo;
}
public Boolean getSignature_form_require_user_identity_validation() {
return signature_form_require_user_identity_validation;
}
public void setSignature_form_require_user_identity_validation(Boolean signature_form_require_user_identity_validation) {
this.signature_form_require_user_identity_validation = signature_form_require_user_identity_validation;
}
public Boolean getSignature_envelope_require_user_auth_for_sign() {
return signature_envelope_require_user_auth_for_sign;
}
public void setSignature_envelope_require_user_auth_for_sign(Boolean signature_envelope_require_user_auth_for_sign) {
this.signature_envelope_require_user_auth_for_sign = signature_envelope_require_user_auth_for_sign;
}
public Boolean getSignature_envelope_request_user_auth_by_photo() {
return signature_envelope_request_user_auth_by_photo;
}
public void setSignature_envelope_request_user_auth_by_photo(Boolean signature_envelope_request_user_auth_by_photo) {
this.signature_envelope_request_user_auth_by_photo = signature_envelope_request_user_auth_by_photo;
}
public Boolean getSignature_enable_uploaded_signature() {
return signature_enable_uploaded_signature;
}
public void setSignature_enable_uploaded_signature(Boolean signature_enable_uploaded_signature) {
this.signature_enable_uploaded_signature = signature_enable_uploaded_signature;
}
public Boolean getSignature_enable_typed_signature() {
return signature_enable_typed_signature;
}
public void setSignature_enable_typed_signature(Boolean signature_enable_typed_signature) {
this.signature_enable_typed_signature = signature_enable_typed_signature;
}
public Boolean getSignature_enable_envelope_comment() {
return signature_enable_envelope_comment;
}
public void setSignature_enable_envelope_comment(Boolean signature_enable_envelope_comment) {
this.signature_enable_envelope_comment = signature_enable_envelope_comment;
}
public Boolean getSignature_enable_form_comment() {
return signature_enable_form_comment;
}
public void setSignature_enable_form_comment(Boolean signature_enable_form_comment) {
this.signature_enable_form_comment = signature_enable_form_comment;
}
public Boolean getCan_participan_download_form() {
return can_participan_download_form;
}
public void setCan_participan_download_form(Boolean can_participan_download_form) {
this.can_participan_download_form = can_participan_download_form;
}
public Boolean getCan_participant_print_form() {
return can_participant_print_form;
}
public void setCan_participant_print_form(Boolean can_participant_print_form) {
this.can_participant_print_form = can_participant_print_form;
}
public Boolean getNotify_form_owner_on_sign() {
return notify_form_owner_on_sign;
}
public void setNotify_form_owner_on_sign(Boolean notify_form_owner_on_sign) {
this.notify_form_owner_on_sign = notify_form_owner_on_sign;
}
public Boolean getAttach_signed_form_document() {
return attach_signed_form_document;
}
public void setAttach_signed_form_document(Boolean attach_signed_form_document) {
this.attach_signed_form_document = attach_signed_form_document;
}
public Boolean getShow_participant_comment_in_signed_document() {
return show_participant_comment_in_signed_document;
}
public void setShow_participant_comment_in_signed_document(Boolean show_participant_comment_in_signed_document) {
this.show_participant_comment_in_signed_document = show_participant_comment_in_signed_document;
}
public String getForms_notify_other_on_sign() {
return forms_notify_other_on_sign;
}
public void setForms_notify_other_on_sign(String forms_notify_other_on_sign) {
this.forms_notify_other_on_sign = forms_notify_other_on_sign;
}
public Boolean getForm_document_parse_fields() {
return form_document_parse_fields;
}
public void setForm_document_parse_fields(Boolean form_document_parse_fields) {
this.form_document_parse_fields = form_document_parse_fields;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getGuid() {
return guid;
}
public void setGuid(String guid) {
this.guid = guid;
}
public String getPrimary_email() {
return primary_email;
}
public void setPrimary_email(String primary_email) {
this.primary_email = primary_email;
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class UserInfo {\n");
sb.append(" nickname: ").append(nickname).append("\n");
sb.append(" firstname: ").append(firstname).append("\n");
sb.append(" lastname: ").append(lastname).append("\n");
sb.append(" pkey: ").append(pkey).append("\n");
sb.append(" pswd_salt: ").append(pswd_salt).append("\n");
sb.append(" claimed_id: ").append(claimed_id).append("\n");
sb.append(" token: ").append(token).append("\n");
sb.append(" storage: ").append(storage).append("\n");
sb.append(" photo: ").append(photo).append("\n");
sb.append(" active: ").append(active).append("\n");
sb.append(" trial: ").append(trial).append("\n");
sb.append(" news_eanbled: ").append(news_eanbled).append("\n");
sb.append(" alerts_eanbled: ").append(alerts_eanbled).append("\n");
sb.append(" support_eanbled: ").append(support_eanbled).append("\n");
sb.append(" support_email: ").append(support_email).append("\n");
sb.append(" apps: ").append(apps).append("\n");
sb.append(" annotation_branded: ").append(annotation_branded).append("\n");
sb.append(" viewer_branded: ").append(viewer_branded).append("\n");
sb.append(" is_real_time_broadcast_enabled: ").append(is_real_time_broadcast_enabled).append("\n");
sb.append(" is_scroll_broadcast_enabled: ").append(is_scroll_broadcast_enabled).append("\n");
sb.append(" is_zoom_broadcast_enabled: ").append(is_zoom_broadcast_enabled).append("\n");
sb.append(" annotation_logo: ").append(annotation_logo).append("\n");
sb.append(" pointer_tool_cursor: ").append(pointer_tool_cursor).append("\n");
sb.append(" annotation_header_options: ").append(annotation_header_options).append("\n");
sb.append(" is_annotation_navigation_widget_enabled: ").append(is_annotation_navigation_widget_enabled).append("\n");
sb.append(" is_annotation_zoom_widget_enabled: ").append(is_annotation_zoom_widget_enabled).append("\n");
sb.append(" is_annotation_download_widget_enabled: ").append(is_annotation_download_widget_enabled).append("\n");
sb.append(" is_annotation_print_widget_enabled: ").append(is_annotation_print_widget_enabled).append("\n");
sb.append(" is_annotation_help_widget_enabled: ").append(is_annotation_help_widget_enabled).append("\n");
sb.append(" is_right_panel_enabled: ").append(is_right_panel_enabled).append("\n");
sb.append(" is_thumbnails_panel_enabled: ").append(is_thumbnails_panel_enabled).append("\n");
sb.append(" is_standard_header_always_shown: ").append(is_standard_header_always_shown).append("\n");
sb.append(" is_toolbar_enabled: ").append(is_toolbar_enabled).append("\n");
sb.append(" is_text_annotation_button_enabled: ").append(is_text_annotation_button_enabled).append("\n");
sb.append(" is_rectangle_annotation_button_enabled: ").append(is_rectangle_annotation_button_enabled).append("\n");
sb.append(" is_point_annotation_button_enabled: ").append(is_point_annotation_button_enabled).append("\n");
sb.append(" is_strikeout_annotation_button_enabled: ").append(is_strikeout_annotation_button_enabled).append("\n");
sb.append(" is_polyline_annotation_button_enabled: ").append(is_polyline_annotation_button_enabled).append("\n");
sb.append(" is_typewriter_annotation_button_enabled: ").append(is_typewriter_annotation_button_enabled).append("\n");
sb.append(" is_watermark_annotation_button_enabled: ").append(is_watermark_annotation_button_enabled).append("\n");
sb.append(" is_text_replacement_annotation_button_enabled: ").append(is_text_replacement_annotation_button_enabled).append("\n");
sb.append(" is_arrow_annotation_button_enabled: ").append(is_arrow_annotation_button_enabled).append("\n");
sb.append(" is_text_redaction_annotation_button_enabled: ").append(is_text_redaction_annotation_button_enabled).append("\n");
sb.append(" is_resource_redaction_annotation_button_enabled: ").append(is_resource_redaction_annotation_button_enabled).append("\n");
sb.append(" is_text_underline_annotation_button_enabled: ").append(is_text_underline_annotation_button_enabled).append("\n");
sb.append(" is_distance_annotation_button_enabled: ").append(is_distance_annotation_button_enabled).append("\n");
sb.append(" is_annotation_document_name_shown: ").append(is_annotation_document_name_shown).append("\n");
sb.append(" annotation_navigation_icons: ").append(annotation_navigation_icons).append("\n");
sb.append(" annotation_tool_icons: ").append(annotation_tool_icons).append("\n");
sb.append(" annotation_background_color: ").append(annotation_background_color).append("\n");
sb.append(" viewer_logo: ").append(viewer_logo).append("\n");
sb.append(" viewer_options: ").append(viewer_options).append("\n");
sb.append(" is_viewer_navigation_widget_enabled: ").append(is_viewer_navigation_widget_enabled).append("\n");
sb.append(" is_viewer_zoom_widget_enabled: ").append(is_viewer_zoom_widget_enabled).append("\n");
sb.append(" is_viewer_download_widget_enabled: ").append(is_viewer_download_widget_enabled).append("\n");
sb.append(" is_viewer_print_widget_enabled: ").append(is_viewer_print_widget_enabled).append("\n");
sb.append(" is_viewer_help_widget_enabled: ").append(is_viewer_help_widget_enabled).append("\n");
sb.append(" is_viewer_document_name_shown: ").append(is_viewer_document_name_shown).append("\n");
sb.append(" isviewer_right_mouse_button_menu_enabled: ").append(isviewer_right_mouse_button_menu_enabled).append("\n");
sb.append(" signedupOn: ").append(signedupOn).append("\n");
sb.append(" signedinOn: ").append(signedinOn).append("\n");
sb.append(" signin_count: ").append(signin_count).append("\n");
sb.append(" roles: ").append(roles).append("\n");
sb.append(" signature_watermark_enabled: ").append(signature_watermark_enabled).append("\n");
sb.append(" signature_desktop_notifications: ").append(signature_desktop_notifications).append("\n");
sb.append(" webhook_notification_retries: ").append(webhook_notification_retries).append("\n");
sb.append(" webhook_notification_failed_recipients: ").append(webhook_notification_failed_recipients).append("\n");
sb.append(" signature_color: ").append(signature_color).append("\n");
sb.append(" signature_save_field_changes_automatically: ").append(signature_save_field_changes_automatically).append("\n");
sb.append(" signature_use_custom_email_templates: ").append(signature_use_custom_email_templates).append("\n");
sb.append(" signature_envelope_sent_owner_template: ").append(signature_envelope_sent_owner_template).append("\n");
sb.append(" signature_envelope_sent_other_template: ").append(signature_envelope_sent_other_template).append("\n");
sb.append(" signature_envelope_completed_template: ").append(signature_envelope_completed_template).append("\n");
sb.append(" signature_envelope_signed_template: ").append(signature_envelope_signed_template).append("\n");
sb.append(" signature_envelope_declined_template: ").append(signature_envelope_declined_template).append("\n");
sb.append(" signature_envelope_failed_template: ").append(signature_envelope_failed_template).append("\n");
sb.append(" signature_envelope_cancelled_template: ").append(signature_envelope_cancelled_template).append("\n");
sb.append(" signature_envelope_expired_template: ").append(signature_envelope_expired_template).append("\n");
sb.append(" signature_envelope_step_expired_template: ").append(signature_envelope_step_expired_template).append("\n");
sb.append(" signature_envelope_recipient_reminder_template: ").append(signature_envelope_recipient_reminder_template).append("\n");
sb.append(" signature_form_signed_template: ").append(signature_form_signed_template).append("\n");
sb.append(" signature_form_require_user_auth_for_sign: ").append(signature_form_require_user_auth_for_sign).append("\n");
sb.append(" signature_form_request_user_auth_by_photo: ").append(signature_form_request_user_auth_by_photo).append("\n");
sb.append(" signature_form_require_user_identity_validation: ").append(signature_form_require_user_identity_validation).append("\n");
sb.append(" signature_envelope_require_user_auth_for_sign: ").append(signature_envelope_require_user_auth_for_sign).append("\n");
sb.append(" signature_envelope_request_user_auth_by_photo: ").append(signature_envelope_request_user_auth_by_photo).append("\n");
sb.append(" signature_enable_uploaded_signature: ").append(signature_enable_uploaded_signature).append("\n");
sb.append(" signature_enable_typed_signature: ").append(signature_enable_typed_signature).append("\n");
sb.append(" signature_enable_envelope_comment: ").append(signature_enable_envelope_comment).append("\n");
sb.append(" signature_enable_form_comment: ").append(signature_enable_form_comment).append("\n");
sb.append(" can_participan_download_form: ").append(can_participan_download_form).append("\n");
sb.append(" can_participant_print_form: ").append(can_participant_print_form).append("\n");
sb.append(" notify_form_owner_on_sign: ").append(notify_form_owner_on_sign).append("\n");
sb.append(" attach_signed_form_document: ").append(attach_signed_form_document).append("\n");
sb.append(" show_participant_comment_in_signed_document: ").append(show_participant_comment_in_signed_document).append("\n");
sb.append(" forms_notify_other_on_sign: ").append(forms_notify_other_on_sign).append("\n");
sb.append(" form_document_parse_fields: ").append(form_document_parse_fields).append("\n");
sb.append(" id: ").append(id).append("\n");
sb.append(" guid: ").append(guid).append("\n");
sb.append(" primary_email: ").append(primary_email).append("\n");
sb.append("}\n");
return sb.toString();
}
}