Class CdpServiceEvent


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-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 Detail

      • CdpServiceEvent

        public CdpServiceEvent()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object