public class FileFormatsResponse extends AssemblyResponse
| Constructor | Description |
|---|---|
FileFormatsResponse() |
| Modifier and Type | Method | 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, setRequestIdpublic 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 AssemblyResponsepublic int hashCode()
hashCode in class AssemblyResponsepublic String toString()
toString in class AssemblyResponseCopyright © 2025. All rights reserved.