public class JobErrorInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
JobErrorInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getError_code() |
String |
getExpected_format() |
Double |
getJob_id() |
Double |
getOriginal_document_id() |
void |
setError_code(Integer error_code) |
void |
setExpected_format(String expected_format) |
void |
setJob_id(Double job_id) |
void |
setOriginal_document_id(Double original_document_id) |
String |
toString() |
public Double getJob_id()
public void setJob_id(Double job_id)
public Double getOriginal_document_id()
public void setOriginal_document_id(Double original_document_id)
public Integer getError_code()
public void setError_code(Integer error_code)
public String getExpected_format()
public void setExpected_format(String expected_format)
Copyright © 2015 GroupDocs. All Rights Reserved.