Class ResourceRequestClass
java.lang.Object
com.redhat.cloud.event.apps.exportservice.v1.ResourceRequestClass
A request for data to be exported
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe application being requestedThe unique identifier of the export request that triggered the resource requestThe filters to be applied to the dataThe format of the data to be exportedThe resource to be exportedgetUUID()
A unique identifier for the resource requestThe Base64-encoded JSON identity header of the user making the requestvoid
setApplication
(String value) void
setExportRequestUUID
(UUID value) void
setFilters
(Map<String, Object> value) void
void
setResource
(String value) void
void
setXRhIdentity
(String value)
-
Constructor Details
-
ResourceRequestClass
public ResourceRequestClass()
-
-
Method Details
-
getApplication
The application being requested -
setApplication
-
getExportRequestUUID
The unique identifier of the export request that triggered the resource request -
setExportRequestUUID
-
getFilters
The filters to be applied to the data -
setFilters
-
getFormat
The format of the data to be exported -
setFormat
-
getResource
The resource to be exported -
setResource
-
getUUID
A unique identifier for the resource request -
setUUID
-
getXRhIdentity
The Base64-encoded JSON identity header of the user making the request -
setXRhIdentity
-