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 Details

    • CdpServiceEvent

      public CdpServiceEvent()
  • Method Details

    • getAdditionalServiceEventDetails

      public String 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

      public void setAdditionalServiceEventDetails(String additionalServiceEventDetails)
      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

      public List<String> getResourceCrns()
      Getter for resourceCrns. The CRNs of the resources operated on.
    • setResourceCrns

      public void setResourceCrns(List<String> resourceCrns)
      Setter for resourceCrns. The CRNs of the resources operated on.
    • getDetailsVersion

      public String getDetailsVersion()
      Getter for detailsVersion. The schema version of the additional service event details for this service event. Maintained by the service.
    • setDetailsVersion

      public void setDetailsVersion(String detailsVersion)
      Setter for detailsVersion. The schema version of the additional service event details for this service event. Maintained by the service.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object