Package com.hellosign.openapi.model
Class BulkSendJobResponse
- java.lang.Object
-
- com.hellosign.openapi.model.BulkSendJobResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class BulkSendJobResponse extends java.lang.ObjectContains information about the BulkSendJob such as when it was created and how many signature requests are queued.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_BULK_SEND_JOB_IDstatic java.lang.StringJSON_PROPERTY_CREATED_ATstatic java.lang.StringJSON_PROPERTY_IS_CREATORstatic java.lang.StringJSON_PROPERTY_TOTAL
-
Constructor Summary
Constructors Constructor Description BulkSendJobResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkSendJobResponsebulkSendJobId(java.lang.String bulkSendJobId)BulkSendJobResponsecreatedAt(java.lang.Integer createdAt)java.util.Map<java.lang.String,java.lang.Object>createFormData()booleanequals(java.lang.Object o)Return true if this BulkSendJobResponse object is equal to o.java.lang.StringgetBulkSendJobId()The id of the BulkSendJob.java.lang.IntegergetCreatedAt()Time that the BulkSendJob was created.java.lang.BooleangetIsCreator()True if you are the owner of this BulkSendJob, false if it's been shared with you by a team member.java.lang.IntegergetTotal()The total amount of Signature Requests queued for sending.inthashCode()BulkSendJobResponseisCreator(java.lang.Boolean isCreator)voidsetBulkSendJobId(java.lang.String bulkSendJobId)voidsetCreatedAt(java.lang.Integer createdAt)voidsetIsCreator(java.lang.Boolean isCreator)voidsetTotal(java.lang.Integer total)java.lang.StringtoString()BulkSendJobResponsetotal(java.lang.Integer total)
-
-
-
Field Detail
-
JSON_PROPERTY_BULK_SEND_JOB_ID
public static final java.lang.String JSON_PROPERTY_BULK_SEND_JOB_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOTAL
public static final java.lang.String JSON_PROPERTY_TOTAL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IS_CREATOR
public static final java.lang.String JSON_PROPERTY_IS_CREATOR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final java.lang.String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
bulkSendJobId
public BulkSendJobResponse bulkSendJobId(java.lang.String bulkSendJobId)
-
getBulkSendJobId
@Nullable public java.lang.String getBulkSendJobId()
The id of the BulkSendJob.- Returns:
- bulkSendJobId
-
setBulkSendJobId
public void setBulkSendJobId(java.lang.String bulkSendJobId)
-
total
public BulkSendJobResponse total(java.lang.Integer total)
-
getTotal
@Nullable public java.lang.Integer getTotal()
The total amount of Signature Requests queued for sending.- Returns:
- total
-
setTotal
public void setTotal(java.lang.Integer total)
-
isCreator
public BulkSendJobResponse isCreator(java.lang.Boolean isCreator)
-
getIsCreator
@Nullable public java.lang.Boolean getIsCreator()
True if you are the owner of this BulkSendJob, false if it's been shared with you by a team member.- Returns:
- isCreator
-
setIsCreator
public void setIsCreator(java.lang.Boolean isCreator)
-
createdAt
public BulkSendJobResponse createdAt(java.lang.Integer createdAt)
-
getCreatedAt
@Nullable public java.lang.Integer getCreatedAt()
Time that the BulkSendJob was created.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(java.lang.Integer createdAt)
-
equals
public boolean equals(java.lang.Object o)
Return true if this BulkSendJobResponse object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Throws:
ApiException
-
-