Package com.docusign.esign.model
Class EnvelopeAuditEvent
- java.lang.Object
-
- com.docusign.esign.model.EnvelopeAuditEvent
-
public class EnvelopeAuditEvent extends java.lang.ObjectEnvelopeAuditEvent.
-
-
Constructor Summary
Constructors Constructor Description EnvelopeAuditEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopeAuditEventaddEventFieldsItem(NameValue eventFieldsItem)addEventFieldsItem.booleanequals(java.lang.Object o)Compares objects.EnvelopeAuditEventeventFields(java.util.List<NameValue> eventFields)eventFields.java.util.List<NameValue>getEventFields().inthashCode()Returns the HashCode.voidsetEventFields(java.util.List<NameValue> eventFields)setEventFields.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
eventFields
public EnvelopeAuditEvent eventFields(java.util.List<NameValue> eventFields)
eventFields.- Returns:
- EnvelopeAuditEvent
-
addEventFieldsItem
public EnvelopeAuditEvent addEventFieldsItem(NameValue eventFieldsItem)
addEventFieldsItem.- Returns:
- EnvelopeAuditEvent
-
getEventFields
public java.util.List<NameValue> getEventFields()
.- Returns:
- eventFields
-
setEventFields
public void setEventFields(java.util.List<NameValue> eventFields)
setEventFields.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-