@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class AssetReportRemoveResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_REMOVED |
static String |
SERIALIZED_NAME_REQUEST_ID |
Constructor and Description |
---|
AssetReportRemoveResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getRemoved()
`true` if the Asset Report was successfully removed.
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
int |
hashCode() |
AssetReportRemoveResponse |
removed(Boolean removed) |
AssetReportRemoveResponse |
requestId(String requestId) |
void |
setRemoved(Boolean removed) |
void |
setRequestId(String requestId) |
String |
toString() |
public static final String SERIALIZED_NAME_REMOVED
public static final String SERIALIZED_NAME_REQUEST_ID
public AssetReportRemoveResponse removed(Boolean removed)
public Boolean getRemoved()
public void setRemoved(Boolean removed)
public AssetReportRemoveResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.