Class MLMetric

    • Constructor Summary

      Constructors 
      Constructor Description
      MLMetric()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MLMetric createdAt​(java.lang.Long createdAt)  
      MLMetric description​(java.lang.String description)  
      boolean equals​(java.lang.Object o)  
      @NotNull java.lang.String get__type()
      Name of this subclass in SimpleClassName format
      @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getCreatedAt()
      Date when the mlMetric was developed minimum: -9223372036854775808 maximum: 9223372036854775807
      java.lang.String getDescription()
      Documentation of the mlMetric
      @NotNull java.lang.String getName()
      Name of the mlMetric
      java.lang.String getValue()
      The value of the mlMetric
      int hashCode()  
      MLMetric name​(java.lang.String name)  
      void setCreatedAt​(java.lang.Long createdAt)  
      void setDescription​(java.lang.String description)  
      void setName​(java.lang.String name)  
      void setValue​(java.lang.String value)  
      java.lang.String toString()  
      MLMetric value​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MLMetric

        public MLMetric()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • name

        public MLMetric name​(java.lang.String name)
      • getName

        @NotNull
        public @NotNull java.lang.String getName()
        Name of the mlMetric
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • description

        public MLMetric description​(java.lang.String description)
      • getDescription

        public java.lang.String getDescription()
        Documentation of the mlMetric
        Returns:
        description
      • setDescription

        public void setDescription​(java.lang.String description)
      • value

        public MLMetric value​(java.lang.String value)
      • getValue

        public java.lang.String getValue()
        The value of the mlMetric
        Returns:
        value
      • setValue

        public void setValue​(java.lang.String value)
      • createdAt

        public MLMetric createdAt​(java.lang.Long createdAt)
      • getCreatedAt

        @Min(-9223372036854775808L)
        @Max(9223372036854775807L)
        public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getCreatedAt()
        Date when the mlMetric was developed minimum: -9223372036854775808 maximum: 9223372036854775807
        Returns:
        createdAt
      • setCreatedAt

        public void setCreatedAt​(java.lang.Long createdAt)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object