public class FileFormatsResponse extends AssemblyResponse
Constructor and Description |
---|
FileFormatsResponse() |
Modifier and Type | Method and Description |
---|---|
FileFormatsResponse |
code(Integer code) |
boolean |
equals(Object o) |
FileFormatsResponse |
fileFormats(FormatCollection fileFormats) |
Integer |
getCode()
Gets response status code.
|
FormatCollection |
getFileFormats()
Gets or sets file formats.
|
String |
getStatus()
Gets or sets response status.
|
int |
hashCode() |
void |
setCode(Integer code) |
void |
setFileFormats(FormatCollection fileFormats) |
void |
setStatus(String status) |
FileFormatsResponse |
status(String status) |
String |
toString() |
getRequestId, requestId, setRequestId
public FileFormatsResponse fileFormats(FormatCollection fileFormats)
public FormatCollection getFileFormats()
public void setFileFormats(FormatCollection fileFormats)
public FileFormatsResponse code(Integer code)
public Integer getCode()
public void setCode(Integer code)
public FileFormatsResponse status(String status)
public String getStatus()
public void setStatus(String status)
public boolean equals(Object o)
equals
in class AssemblyResponse
public int hashCode()
hashCode
in class AssemblyResponse
public String toString()
toString
in class AssemblyResponse
Copyright © 2021. All rights reserved.