Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.docusign.esign.model.RadioGroup Maven / Gradle / Ivy
package com.docusign.esign.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModelProperty;
import java.util.Objects;
/** RadioGroup. */
public class RadioGroup {
@JsonProperty("conditionalParentLabel")
private String conditionalParentLabel = null;
@JsonProperty("conditionalParentLabelMetadata")
private PropertyMetadata conditionalParentLabelMetadata = null;
@JsonProperty("conditionalParentValue")
private String conditionalParentValue = null;
@JsonProperty("conditionalParentValueMetadata")
private PropertyMetadata conditionalParentValueMetadata = null;
@JsonProperty("documentId")
private String documentId = null;
@JsonProperty("documentIdMetadata")
private PropertyMetadata documentIdMetadata = null;
@JsonProperty("groupName")
private String groupName = null;
@JsonProperty("groupNameMetadata")
private PropertyMetadata groupNameMetadata = null;
@JsonProperty("radios")
private java.util.List radios = null;
@JsonProperty("recipientId")
private String recipientId = null;
@JsonProperty("recipientIdGuid")
private String recipientIdGuid = null;
@JsonProperty("recipientIdGuidMetadata")
private PropertyMetadata recipientIdGuidMetadata = null;
@JsonProperty("recipientIdMetadata")
private PropertyMetadata recipientIdMetadata = null;
@JsonProperty("requireAll")
private String requireAll = null;
@JsonProperty("requireAllMetadata")
private PropertyMetadata requireAllMetadata = null;
@JsonProperty("requireInitialOnSharedChange")
private String requireInitialOnSharedChange = null;
@JsonProperty("requireInitialOnSharedChangeMetadata")
private PropertyMetadata requireInitialOnSharedChangeMetadata = null;
@JsonProperty("shared")
private String shared = null;
@JsonProperty("sharedMetadata")
private PropertyMetadata sharedMetadata = null;
@JsonProperty("shareToRecipients")
private String shareToRecipients = null;
@JsonProperty("shareToRecipientsMetadata")
private PropertyMetadata shareToRecipientsMetadata = null;
@JsonProperty("tabType")
private String tabType = null;
@JsonProperty("tabTypeMetadata")
private PropertyMetadata tabTypeMetadata = null;
@JsonProperty("templateLocked")
private String templateLocked = null;
@JsonProperty("templateLockedMetadata")
private PropertyMetadata templateLockedMetadata = null;
@JsonProperty("templateRequired")
private String templateRequired = null;
@JsonProperty("templateRequiredMetadata")
private PropertyMetadata templateRequiredMetadata = null;
@JsonProperty("tooltip")
private String tooltip = null;
@JsonProperty("tooltipMetadata")
private PropertyMetadata tooltipMetadata = null;
/**
* conditionalParentLabel.
*
* @return RadioGroup
*/
public RadioGroup conditionalParentLabel(String conditionalParentLabel) {
this.conditionalParentLabel = conditionalParentLabel;
return this;
}
/**
* For conditional fields this is the TabLabel of the parent tab that controls this tab's
* visibility..
*
* @return conditionalParentLabel
*/
@ApiModelProperty(
value =
"For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.")
public String getConditionalParentLabel() {
return conditionalParentLabel;
}
/** setConditionalParentLabel. */
public void setConditionalParentLabel(String conditionalParentLabel) {
this.conditionalParentLabel = conditionalParentLabel;
}
/**
* conditionalParentLabelMetadata.
*
* @return RadioGroup
*/
public RadioGroup conditionalParentLabelMetadata(
PropertyMetadata conditionalParentLabelMetadata) {
this.conditionalParentLabelMetadata = conditionalParentLabelMetadata;
return this;
}
/**
* Get conditionalParentLabelMetadata.
*
* @return conditionalParentLabelMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getConditionalParentLabelMetadata() {
return conditionalParentLabelMetadata;
}
/** setConditionalParentLabelMetadata. */
public void setConditionalParentLabelMetadata(PropertyMetadata conditionalParentLabelMetadata) {
this.conditionalParentLabelMetadata = conditionalParentLabelMetadata;
}
/**
* conditionalParentValue.
*
* @return RadioGroup
*/
public RadioGroup conditionalParentValue(String conditionalParentValue) {
this.conditionalParentValue = conditionalParentValue;
return this;
}
/**
* For conditional fields, this is the value of the parent tab that controls the tab's visibility.
* If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use
* \"on\" as the value to show that the parent tab is active. .
*
* @return conditionalParentValue
*/
@ApiModelProperty(
value =
"For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. ")
public String getConditionalParentValue() {
return conditionalParentValue;
}
/** setConditionalParentValue. */
public void setConditionalParentValue(String conditionalParentValue) {
this.conditionalParentValue = conditionalParentValue;
}
/**
* conditionalParentValueMetadata.
*
* @return RadioGroup
*/
public RadioGroup conditionalParentValueMetadata(
PropertyMetadata conditionalParentValueMetadata) {
this.conditionalParentValueMetadata = conditionalParentValueMetadata;
return this;
}
/**
* Get conditionalParentValueMetadata.
*
* @return conditionalParentValueMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getConditionalParentValueMetadata() {
return conditionalParentValueMetadata;
}
/** setConditionalParentValueMetadata. */
public void setConditionalParentValueMetadata(PropertyMetadata conditionalParentValueMetadata) {
this.conditionalParentValueMetadata = conditionalParentValueMetadata;
}
/**
* documentId.
*
* @return RadioGroup
*/
public RadioGroup documentId(String documentId) {
this.documentId = documentId;
return this;
}
/**
* Specifies the document ID number that the tab is placed on. This must refer to an existing
* Document's ID attribute..
*
* @return documentId
*/
@ApiModelProperty(
value =
"Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.")
public String getDocumentId() {
return documentId;
}
/** setDocumentId. */
public void setDocumentId(String documentId) {
this.documentId = documentId;
}
/**
* documentIdMetadata.
*
* @return RadioGroup
*/
public RadioGroup documentIdMetadata(PropertyMetadata documentIdMetadata) {
this.documentIdMetadata = documentIdMetadata;
return this;
}
/**
* Get documentIdMetadata.
*
* @return documentIdMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getDocumentIdMetadata() {
return documentIdMetadata;
}
/** setDocumentIdMetadata. */
public void setDocumentIdMetadata(PropertyMetadata documentIdMetadata) {
this.documentIdMetadata = documentIdMetadata;
}
/**
* groupName.
*
* @return RadioGroup
*/
public RadioGroup groupName(String groupName) {
this.groupName = groupName;
return this;
}
/**
* The name of the group..
*
* @return groupName
*/
@ApiModelProperty(value = "The name of the group.")
public String getGroupName() {
return groupName;
}
/** setGroupName. */
public void setGroupName(String groupName) {
this.groupName = groupName;
}
/**
* groupNameMetadata.
*
* @return RadioGroup
*/
public RadioGroup groupNameMetadata(PropertyMetadata groupNameMetadata) {
this.groupNameMetadata = groupNameMetadata;
return this;
}
/**
* Get groupNameMetadata.
*
* @return groupNameMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getGroupNameMetadata() {
return groupNameMetadata;
}
/** setGroupNameMetadata. */
public void setGroupNameMetadata(PropertyMetadata groupNameMetadata) {
this.groupNameMetadata = groupNameMetadata;
}
/**
* radios.
*
* @return RadioGroup
*/
public RadioGroup radios(java.util.List radios) {
this.radios = radios;
return this;
}
/**
* addRadiosItem.
*
* @return RadioGroup
*/
public RadioGroup addRadiosItem(Radio radiosItem) {
if (this.radios == null) {
this.radios = new java.util.ArrayList();
}
this.radios.add(radiosItem);
return this;
}
/**
* Specifies the locations and status for radio buttons that are grouped together..
*
* @return radios
*/
@ApiModelProperty(
value = "Specifies the locations and status for radio buttons that are grouped together.")
public java.util.List getRadios() {
return radios;
}
/** setRadios. */
public void setRadios(java.util.List radios) {
this.radios = radios;
}
/**
* recipientId.
*
* @return RadioGroup
*/
public RadioGroup recipientId(String recipientId) {
this.recipientId = recipientId;
return this;
}
/**
* Unique for the recipient. It is used by the tab element to indicate which recipient is to sign
* the Document..
*
* @return recipientId
*/
@ApiModelProperty(
value =
"Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.")
public String getRecipientId() {
return recipientId;
}
/** setRecipientId. */
public void setRecipientId(String recipientId) {
this.recipientId = recipientId;
}
/**
* recipientIdGuid.
*
* @return RadioGroup
*/
public RadioGroup recipientIdGuid(String recipientIdGuid) {
this.recipientIdGuid = recipientIdGuid;
return this;
}
/**
* .
*
* @return recipientIdGuid
*/
@ApiModelProperty(value = "")
public String getRecipientIdGuid() {
return recipientIdGuid;
}
/** setRecipientIdGuid. */
public void setRecipientIdGuid(String recipientIdGuid) {
this.recipientIdGuid = recipientIdGuid;
}
/**
* recipientIdGuidMetadata.
*
* @return RadioGroup
*/
public RadioGroup recipientIdGuidMetadata(PropertyMetadata recipientIdGuidMetadata) {
this.recipientIdGuidMetadata = recipientIdGuidMetadata;
return this;
}
/**
* Get recipientIdGuidMetadata.
*
* @return recipientIdGuidMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getRecipientIdGuidMetadata() {
return recipientIdGuidMetadata;
}
/** setRecipientIdGuidMetadata. */
public void setRecipientIdGuidMetadata(PropertyMetadata recipientIdGuidMetadata) {
this.recipientIdGuidMetadata = recipientIdGuidMetadata;
}
/**
* recipientIdMetadata.
*
* @return RadioGroup
*/
public RadioGroup recipientIdMetadata(PropertyMetadata recipientIdMetadata) {
this.recipientIdMetadata = recipientIdMetadata;
return this;
}
/**
* Get recipientIdMetadata.
*
* @return recipientIdMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getRecipientIdMetadata() {
return recipientIdMetadata;
}
/** setRecipientIdMetadata. */
public void setRecipientIdMetadata(PropertyMetadata recipientIdMetadata) {
this.recipientIdMetadata = recipientIdMetadata;
}
/**
* requireAll.
*
* @return RadioGroup
*/
public RadioGroup requireAll(String requireAll) {
this.requireAll = requireAll;
return this;
}
/**
* When set to **true** and shared is true, information must be entered in this field to complete
* the envelope. .
*
* @return requireAll
*/
@ApiModelProperty(
value =
"When set to **true** and shared is true, information must be entered in this field to complete the envelope. ")
public String getRequireAll() {
return requireAll;
}
/** setRequireAll. */
public void setRequireAll(String requireAll) {
this.requireAll = requireAll;
}
/**
* requireAllMetadata.
*
* @return RadioGroup
*/
public RadioGroup requireAllMetadata(PropertyMetadata requireAllMetadata) {
this.requireAllMetadata = requireAllMetadata;
return this;
}
/**
* Get requireAllMetadata.
*
* @return requireAllMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getRequireAllMetadata() {
return requireAllMetadata;
}
/** setRequireAllMetadata. */
public void setRequireAllMetadata(PropertyMetadata requireAllMetadata) {
this.requireAllMetadata = requireAllMetadata;
}
/**
* requireInitialOnSharedChange.
*
* @return RadioGroup
*/
public RadioGroup requireInitialOnSharedChange(String requireInitialOnSharedChange) {
this.requireInitialOnSharedChange = requireInitialOnSharedChange;
return this;
}
/**
* Optional element for field markup. When set to **true**, the signer is required to initial when
* they modify a shared field..
*
* @return requireInitialOnSharedChange
*/
@ApiModelProperty(
value =
"Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field.")
public String getRequireInitialOnSharedChange() {
return requireInitialOnSharedChange;
}
/** setRequireInitialOnSharedChange. */
public void setRequireInitialOnSharedChange(String requireInitialOnSharedChange) {
this.requireInitialOnSharedChange = requireInitialOnSharedChange;
}
/**
* requireInitialOnSharedChangeMetadata.
*
* @return RadioGroup
*/
public RadioGroup requireInitialOnSharedChangeMetadata(
PropertyMetadata requireInitialOnSharedChangeMetadata) {
this.requireInitialOnSharedChangeMetadata = requireInitialOnSharedChangeMetadata;
return this;
}
/**
* Get requireInitialOnSharedChangeMetadata.
*
* @return requireInitialOnSharedChangeMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getRequireInitialOnSharedChangeMetadata() {
return requireInitialOnSharedChangeMetadata;
}
/** setRequireInitialOnSharedChangeMetadata. */
public void setRequireInitialOnSharedChangeMetadata(
PropertyMetadata requireInitialOnSharedChangeMetadata) {
this.requireInitialOnSharedChangeMetadata = requireInitialOnSharedChangeMetadata;
}
/**
* shared.
*
* @return RadioGroup
*/
public RadioGroup shared(String shared) {
this.shared = shared;
return this;
}
/**
* When set to **true**, this custom tab is shared..
*
* @return shared
*/
@ApiModelProperty(value = "When set to **true**, this custom tab is shared.")
public String getShared() {
return shared;
}
/** setShared. */
public void setShared(String shared) {
this.shared = shared;
}
/**
* sharedMetadata.
*
* @return RadioGroup
*/
public RadioGroup sharedMetadata(PropertyMetadata sharedMetadata) {
this.sharedMetadata = sharedMetadata;
return this;
}
/**
* Get sharedMetadata.
*
* @return sharedMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getSharedMetadata() {
return sharedMetadata;
}
/** setSharedMetadata. */
public void setSharedMetadata(PropertyMetadata sharedMetadata) {
this.sharedMetadata = sharedMetadata;
}
/**
* shareToRecipients.
*
* @return RadioGroup
*/
public RadioGroup shareToRecipients(String shareToRecipients) {
this.shareToRecipients = shareToRecipients;
return this;
}
/**
* .
*
* @return shareToRecipients
*/
@ApiModelProperty(value = "")
public String getShareToRecipients() {
return shareToRecipients;
}
/** setShareToRecipients. */
public void setShareToRecipients(String shareToRecipients) {
this.shareToRecipients = shareToRecipients;
}
/**
* shareToRecipientsMetadata.
*
* @return RadioGroup
*/
public RadioGroup shareToRecipientsMetadata(PropertyMetadata shareToRecipientsMetadata) {
this.shareToRecipientsMetadata = shareToRecipientsMetadata;
return this;
}
/**
* Get shareToRecipientsMetadata.
*
* @return shareToRecipientsMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getShareToRecipientsMetadata() {
return shareToRecipientsMetadata;
}
/** setShareToRecipientsMetadata. */
public void setShareToRecipientsMetadata(PropertyMetadata shareToRecipientsMetadata) {
this.shareToRecipientsMetadata = shareToRecipientsMetadata;
}
/**
* tabType.
*
* @return RadioGroup
*/
public RadioGroup tabType(String tabType) {
this.tabType = tabType;
return this;
}
/**
* .
*
* @return tabType
*/
@ApiModelProperty(value = "")
public String getTabType() {
return tabType;
}
/** setTabType. */
public void setTabType(String tabType) {
this.tabType = tabType;
}
/**
* tabTypeMetadata.
*
* @return RadioGroup
*/
public RadioGroup tabTypeMetadata(PropertyMetadata tabTypeMetadata) {
this.tabTypeMetadata = tabTypeMetadata;
return this;
}
/**
* Get tabTypeMetadata.
*
* @return tabTypeMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getTabTypeMetadata() {
return tabTypeMetadata;
}
/** setTabTypeMetadata. */
public void setTabTypeMetadata(PropertyMetadata tabTypeMetadata) {
this.tabTypeMetadata = tabTypeMetadata;
}
/**
* templateLocked.
*
* @return RadioGroup
*/
public RadioGroup templateLocked(String templateLocked) {
this.templateLocked = templateLocked;
return this;
}
/**
* When set to **true**, the sender cannot change any attributes of the recipient. Used only when
* working with template recipients. .
*
* @return templateLocked
*/
@ApiModelProperty(
value =
"When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. ")
public String getTemplateLocked() {
return templateLocked;
}
/** setTemplateLocked. */
public void setTemplateLocked(String templateLocked) {
this.templateLocked = templateLocked;
}
/**
* templateLockedMetadata.
*
* @return RadioGroup
*/
public RadioGroup templateLockedMetadata(PropertyMetadata templateLockedMetadata) {
this.templateLockedMetadata = templateLockedMetadata;
return this;
}
/**
* Get templateLockedMetadata.
*
* @return templateLockedMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getTemplateLockedMetadata() {
return templateLockedMetadata;
}
/** setTemplateLockedMetadata. */
public void setTemplateLockedMetadata(PropertyMetadata templateLockedMetadata) {
this.templateLockedMetadata = templateLockedMetadata;
}
/**
* templateRequired.
*
* @return RadioGroup
*/
public RadioGroup templateRequired(String templateRequired) {
this.templateRequired = templateRequired;
return this;
}
/**
* When set to **true**, the sender may not remove the recipient. Used only when working with
* template recipients..
*
* @return templateRequired
*/
@ApiModelProperty(
value =
"When set to **true**, the sender may not remove the recipient. Used only when working with template recipients.")
public String getTemplateRequired() {
return templateRequired;
}
/** setTemplateRequired. */
public void setTemplateRequired(String templateRequired) {
this.templateRequired = templateRequired;
}
/**
* templateRequiredMetadata.
*
* @return RadioGroup
*/
public RadioGroup templateRequiredMetadata(PropertyMetadata templateRequiredMetadata) {
this.templateRequiredMetadata = templateRequiredMetadata;
return this;
}
/**
* Get templateRequiredMetadata.
*
* @return templateRequiredMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getTemplateRequiredMetadata() {
return templateRequiredMetadata;
}
/** setTemplateRequiredMetadata. */
public void setTemplateRequiredMetadata(PropertyMetadata templateRequiredMetadata) {
this.templateRequiredMetadata = templateRequiredMetadata;
}
/**
* tooltip.
*
* @return RadioGroup
*/
public RadioGroup tooltip(String tooltip) {
this.tooltip = tooltip;
return this;
}
/**
* .
*
* @return tooltip
*/
@ApiModelProperty(value = "")
public String getTooltip() {
return tooltip;
}
/** setTooltip. */
public void setTooltip(String tooltip) {
this.tooltip = tooltip;
}
/**
* tooltipMetadata.
*
* @return RadioGroup
*/
public RadioGroup tooltipMetadata(PropertyMetadata tooltipMetadata) {
this.tooltipMetadata = tooltipMetadata;
return this;
}
/**
* Get tooltipMetadata.
*
* @return tooltipMetadata
*/
@ApiModelProperty(value = "")
public PropertyMetadata getTooltipMetadata() {
return tooltipMetadata;
}
/** setTooltipMetadata. */
public void setTooltipMetadata(PropertyMetadata tooltipMetadata) {
this.tooltipMetadata = tooltipMetadata;
}
/**
* Compares objects.
*
* @return true or false depending on comparison result.
*/
@Override
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
RadioGroup radioGroup = (RadioGroup) o;
return Objects.equals(this.conditionalParentLabel, radioGroup.conditionalParentLabel)
&& Objects.equals(
this.conditionalParentLabelMetadata, radioGroup.conditionalParentLabelMetadata)
&& Objects.equals(this.conditionalParentValue, radioGroup.conditionalParentValue)
&& Objects.equals(
this.conditionalParentValueMetadata, radioGroup.conditionalParentValueMetadata)
&& Objects.equals(this.documentId, radioGroup.documentId)
&& Objects.equals(this.documentIdMetadata, radioGroup.documentIdMetadata)
&& Objects.equals(this.groupName, radioGroup.groupName)
&& Objects.equals(this.groupNameMetadata, radioGroup.groupNameMetadata)
&& Objects.equals(this.radios, radioGroup.radios)
&& Objects.equals(this.recipientId, radioGroup.recipientId)
&& Objects.equals(this.recipientIdGuid, radioGroup.recipientIdGuid)
&& Objects.equals(this.recipientIdGuidMetadata, radioGroup.recipientIdGuidMetadata)
&& Objects.equals(this.recipientIdMetadata, radioGroup.recipientIdMetadata)
&& Objects.equals(this.requireAll, radioGroup.requireAll)
&& Objects.equals(this.requireAllMetadata, radioGroup.requireAllMetadata)
&& Objects.equals(
this.requireInitialOnSharedChange, radioGroup.requireInitialOnSharedChange)
&& Objects.equals(
this.requireInitialOnSharedChangeMetadata,
radioGroup.requireInitialOnSharedChangeMetadata)
&& Objects.equals(this.shared, radioGroup.shared)
&& Objects.equals(this.sharedMetadata, radioGroup.sharedMetadata)
&& Objects.equals(this.shareToRecipients, radioGroup.shareToRecipients)
&& Objects.equals(this.shareToRecipientsMetadata, radioGroup.shareToRecipientsMetadata)
&& Objects.equals(this.tabType, radioGroup.tabType)
&& Objects.equals(this.tabTypeMetadata, radioGroup.tabTypeMetadata)
&& Objects.equals(this.templateLocked, radioGroup.templateLocked)
&& Objects.equals(this.templateLockedMetadata, radioGroup.templateLockedMetadata)
&& Objects.equals(this.templateRequired, radioGroup.templateRequired)
&& Objects.equals(this.templateRequiredMetadata, radioGroup.templateRequiredMetadata)
&& Objects.equals(this.tooltip, radioGroup.tooltip)
&& Objects.equals(this.tooltipMetadata, radioGroup.tooltipMetadata);
}
/** Returns the HashCode. */
@Override
public int hashCode() {
return Objects.hash(
conditionalParentLabel,
conditionalParentLabelMetadata,
conditionalParentValue,
conditionalParentValueMetadata,
documentId,
documentIdMetadata,
groupName,
groupNameMetadata,
radios,
recipientId,
recipientIdGuid,
recipientIdGuidMetadata,
recipientIdMetadata,
requireAll,
requireAllMetadata,
requireInitialOnSharedChange,
requireInitialOnSharedChangeMetadata,
shared,
sharedMetadata,
shareToRecipients,
shareToRecipientsMetadata,
tabType,
tabTypeMetadata,
templateLocked,
templateLockedMetadata,
templateRequired,
templateRequiredMetadata,
tooltip,
tooltipMetadata);
}
/** Converts the given object to string. */
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class RadioGroup {\n");
sb.append(" conditionalParentLabel: ")
.append(toIndentedString(conditionalParentLabel))
.append("\n");
sb.append(" conditionalParentLabelMetadata: ")
.append(toIndentedString(conditionalParentLabelMetadata))
.append("\n");
sb.append(" conditionalParentValue: ")
.append(toIndentedString(conditionalParentValue))
.append("\n");
sb.append(" conditionalParentValueMetadata: ")
.append(toIndentedString(conditionalParentValueMetadata))
.append("\n");
sb.append(" documentId: ").append(toIndentedString(documentId)).append("\n");
sb.append(" documentIdMetadata: ").append(toIndentedString(documentIdMetadata)).append("\n");
sb.append(" groupName: ").append(toIndentedString(groupName)).append("\n");
sb.append(" groupNameMetadata: ").append(toIndentedString(groupNameMetadata)).append("\n");
sb.append(" radios: ").append(toIndentedString(radios)).append("\n");
sb.append(" recipientId: ").append(toIndentedString(recipientId)).append("\n");
sb.append(" recipientIdGuid: ").append(toIndentedString(recipientIdGuid)).append("\n");
sb.append(" recipientIdGuidMetadata: ")
.append(toIndentedString(recipientIdGuidMetadata))
.append("\n");
sb.append(" recipientIdMetadata: ")
.append(toIndentedString(recipientIdMetadata))
.append("\n");
sb.append(" requireAll: ").append(toIndentedString(requireAll)).append("\n");
sb.append(" requireAllMetadata: ").append(toIndentedString(requireAllMetadata)).append("\n");
sb.append(" requireInitialOnSharedChange: ")
.append(toIndentedString(requireInitialOnSharedChange))
.append("\n");
sb.append(" requireInitialOnSharedChangeMetadata: ")
.append(toIndentedString(requireInitialOnSharedChangeMetadata))
.append("\n");
sb.append(" shared: ").append(toIndentedString(shared)).append("\n");
sb.append(" sharedMetadata: ").append(toIndentedString(sharedMetadata)).append("\n");
sb.append(" shareToRecipients: ").append(toIndentedString(shareToRecipients)).append("\n");
sb.append(" shareToRecipientsMetadata: ")
.append(toIndentedString(shareToRecipientsMetadata))
.append("\n");
sb.append(" tabType: ").append(toIndentedString(tabType)).append("\n");
sb.append(" tabTypeMetadata: ").append(toIndentedString(tabTypeMetadata)).append("\n");
sb.append(" templateLocked: ").append(toIndentedString(templateLocked)).append("\n");
sb.append(" templateLockedMetadata: ")
.append(toIndentedString(templateLockedMetadata))
.append("\n");
sb.append(" templateRequired: ").append(toIndentedString(templateRequired)).append("\n");
sb.append(" templateRequiredMetadata: ")
.append(toIndentedString(templateRequiredMetadata))
.append("\n");
sb.append(" tooltip: ").append(toIndentedString(tooltip)).append("\n");
sb.append(" tooltipMetadata: ").append(toIndentedString(tooltipMetadata)).append("\n");
sb.append("}");
return sb.toString();
}
/**
* Convert the given object to string with each line indented by 4 spaces (except the first line).
*/
private String toIndentedString(java.lang.Object o) {
if (o == null) {
return "null";
}
return o.toString().replace("\n", "\n ");
}
}