Package com.cloudera.cdp.df.model
Class ListNotificationsResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.df.model.ListNotificationsResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.717-07:00") public class ListNotificationsResponse extends CdpResponse
The response for retrieving notifications
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description ListNotificationsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<Notification>
getNotifications()
Getter for notifications.int
hashCode()
void
setNotifications(List<Notification> notifications)
Setter for notifications.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getNotifications
public List<Notification> getNotifications()
Getter for notifications. The notifications
-
setNotifications
public void setNotifications(List<Notification> notifications)
Setter for notifications. The notifications
-
-