Package com.docusign.esign.model
Class ReportInProductSaveResponse
- java.lang.Object
-
- com.docusign.esign.model.ReportInProductSaveResponse
-
public class ReportInProductSaveResponse extends java.lang.ObjectReportInProductSaveResponse.
-
-
Constructor Summary
Constructors Constructor Description ReportInProductSaveResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetReportCustomizedId().inthashCode()Returns the HashCode.ReportInProductSaveResponsereportCustomizedId(java.lang.String reportCustomizedId)reportCustomizedId.voidsetReportCustomizedId(java.lang.String reportCustomizedId)setReportCustomizedId.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
reportCustomizedId
public ReportInProductSaveResponse reportCustomizedId(java.lang.String reportCustomizedId)
reportCustomizedId.- Returns:
- ReportInProductSaveResponse
-
getReportCustomizedId
public java.lang.String getReportCustomizedId()
.- Returns:
- reportCustomizedId
-
setReportCustomizedId
public void setReportCustomizedId(java.lang.String reportCustomizedId)
setReportCustomizedId.
-
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
-
-