Interface Metadata.GenericSystemLog

Enclosing interface:
Metadata

public static interface Metadata.GenericSystemLog
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the edgeId of the target log.
    Gets a map of values of the log.
    Gets a short string which represents the whole log.
    Gets the user which triggered the log.
  • Method Details

    • edgeId

      String edgeId()
      Gets the edgeId of the target log.
      Returns:
      the edgeId
    • user

      User user()
      Gets the user which triggered the log.
      Returns:
      the user
    • teaser

      String teaser()
      Gets a short string which represents the whole log.
      Returns:
      the teaser string
    • getValues

      Map<String,String> getValues()
      Gets a map of values of the log.
      Returns:
      the map