Class Metric

All Implemented Interfaces:
Obj, Queryable, Updatable, Serializable

public class Metric extends AbstractObj implements Queryable, Updatable
Metric
See Also:
  • Constructor Details

  • Method Details

    • getExpression

      public String getExpression()
    • getFormat

      public String getFormat()
    • getMaqlAst

      public MaqlAst getMaqlAst()
    • getFolders

      public Collection<String> getFolders()
      URIs of folders containing this object
      Returns:
      collection of URIs or null
    • toString

      public String toString()
      Overrides:
      toString in class AbstractObj