Class CadfResource


  • public final class CadfResource
    extends java.lang.Object
    Implementation of the CADF Resource type. Resource represents an actor in a CADF event: OBSERVER that reports the event, INITIATOR that performs the action that generates the event, or TARGET upon which the action is performed.
    • Method Detail

      • getId

        public java.lang.String getId()
        Return the resource ID. It can be used to reference the resource from other events in the same log.
        Returns:
        Resource ID string
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • getDomain

        public java.lang.String getDomain()
        Returns:
        the domain
      • getCredential

        public CadfCredential getCredential()
        Returns:
        the credential
      • getAddresses

        public java.util.ArrayList<CadfEndpoint> getAddresses()
        Returns:
        the addresses
      • getHost

        public java.lang.String getHost()
        Returns:
        the host
      • getAttachments

        public java.util.ArrayList<CadfAttachment> getAttachments()
        Returns:
        the attachments
      • getGeolocationId

        public java.lang.String getGeolocationId()