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