Class ApmMetricRecord

    • Constructor Detail

      • ApmMetricRecord

        public ApmMetricRecord()
      • ApmMetricRecord

        public ApmMetricRecord​(ApmMetricRecord source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getFields

        public ApmField[] getFields()
        Get field数组
        Returns:
        Fields field数组
      • setFields

        public void setFields​(ApmField[] Fields)
        Set field数组
        Parameters:
        Fields - field数组
      • getTags

        public ApmTag[] getTags()
        Get tag数组
        Returns:
        Tags tag数组
      • setTags

        public void setTags​(ApmTag[] Tags)
        Set tag数组
        Parameters:
        Tags - tag数组