Package com.cloudera.cdp.audit.model
Class CdpServiceEvent
java.lang.Object
com.cloudera.cdp.audit.model.CdpServiceEvent
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.499-07:00")
public class CdpServiceEvent
extends Object
The model for a service event, as a part of CdpAuditEvent. These events are created by Cloudera CDP services, but are not directly triggered by a request to a public CDP API service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for additionalServiceEventDetails.Getter for detailsVersion.Getter for resourceCrns.int
hashCode()
void
setAdditionalServiceEventDetails
(String additionalServiceEventDetails) Setter for additionalServiceEventDetails.void
setDetailsVersion
(String detailsVersion) Setter for detailsVersion.void
setResourceCrns
(List<String> resourceCrns) Setter for resourceCrns.toString()
-
Constructor Details
-
CdpServiceEvent
public CdpServiceEvent()
-
-
Method Details
-
getAdditionalServiceEventDetails
Getter for additionalServiceEventDetails. Optional JSON that contains additional details for an event and/or a result associated with the event. Each service defines the structure of details for each event. -
setAdditionalServiceEventDetails
Setter for additionalServiceEventDetails. Optional JSON that contains additional details for an event and/or a result associated with the event. Each service defines the structure of details for each event. -
getResourceCrns
Getter for resourceCrns. The CRNs of the resources operated on. -
setResourceCrns
Setter for resourceCrns. The CRNs of the resources operated on. -
getDetailsVersion
Getter for detailsVersion. The schema version of the additional service event details for this service event. Maintained by the service. -
setDetailsVersion
Setter for detailsVersion. The schema version of the additional service event details for this service event. Maintained by the service. -
equals
-
hashCode
public int hashCode() -
toString
-