Package com.hellosign.openapi.model
Class ReportCreateResponse
- java.lang.Object
-
- com.hellosign.openapi.model.ReportCreateResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ReportCreateResponse extends java.lang.Object
ReportCreateResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_REPORT
static java.lang.String
JSON_PROPERTY_WARNINGS
-
Constructor Summary
Constructors Constructor Description ReportCreateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportCreateResponse
addWarningsItem(WarningResponse warningsItem)
java.util.Map<java.lang.String,java.lang.Object>
createFormData()
boolean
equals(java.lang.Object o)
Return true if this ReportCreateResponse object is equal to o.ReportResponse
getReport()
Get reportjava.util.List<WarningResponse>
getWarnings()
A list of warnings.int
hashCode()
ReportCreateResponse
report(ReportResponse report)
void
setReport(ReportResponse report)
void
setWarnings(java.util.List<WarningResponse> warnings)
java.lang.String
toString()
ReportCreateResponse
warnings(java.util.List<WarningResponse> warnings)
-
-
-
Field Detail
-
JSON_PROPERTY_REPORT
public static final java.lang.String JSON_PROPERTY_REPORT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WARNINGS
public static final java.lang.String JSON_PROPERTY_WARNINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
report
public ReportCreateResponse report(ReportResponse report)
-
getReport
@Nullable public ReportResponse getReport()
Get report- Returns:
- report
-
setReport
public void setReport(ReportResponse report)
-
warnings
public ReportCreateResponse warnings(java.util.List<WarningResponse> warnings)
-
addWarningsItem
public ReportCreateResponse addWarningsItem(WarningResponse warningsItem)
-
getWarnings
@Nullable public java.util.List<WarningResponse> getWarnings()
A list of warnings.- Returns:
- warnings
-
setWarnings
public void setWarnings(java.util.List<WarningResponse> warnings)
-
equals
public boolean equals(java.lang.Object o)
Return true if this ReportCreateResponse object is equal to o.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException
- Throws:
ApiException
-
-