Class AnomalyLocalizationOutput.Entity

java.lang.Object
org.opensearch.ml.common.output.execute.anomalylocalization.AnomalyLocalizationOutput.Entity
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentObject, Output
Enclosing class:
AnomalyLocalizationOutput

public static class AnomalyLocalizationOutput.Entity extends Object implements Output
Localized entity.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.opensearch.core.xcontent.ToXContent

    org.opensearch.core.xcontent.ToXContent.DelegatingMapParams, org.opensearch.core.xcontent.ToXContent.MapParams, org.opensearch.core.xcontent.ToXContent.Params

    Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable

    org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from interface org.opensearch.core.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Entity(org.opensearch.core.common.io.stream.StreamInput in)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    double
     
    double
     
     
    double
     
    int
     
    void
    setBaseValue(double baseValue)
     
    void
    setContributionValue(double contributionValue)
     
    void
     
    void
    setNewValue(double newValue)
     
     
    org.opensearch.core.xcontent.XContentBuilder
    toXContent(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.ToXContent.Params params)
     
    void
    writeTo(org.opensearch.core.common.io.stream.StreamOutput out)
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.opensearch.core.xcontent.ToXContentObject

    isFragment
  • Field Details

  • Constructor Details

    • Entity

      public Entity(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Throws:
      IOException
    • Entity

      public Entity()
  • Method Details

    • writeTo

      public void writeTo(org.opensearch.core.common.io.stream.StreamOutput out) throws IOException
      Specified by:
      writeTo in interface org.opensearch.core.common.io.stream.Writeable
      Throws:
      IOException
    • toXContent

      public org.opensearch.core.xcontent.XContentBuilder toXContent(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.ToXContent.Params params)
      Specified by:
      toXContent in interface org.opensearch.core.xcontent.ToXContent
    • getKey

      public List<String> getKey()
    • getContributionValue

      public double getContributionValue()
    • getBaseValue

      public double getBaseValue()
    • getNewValue

      public double getNewValue()
    • setKey

      public void setKey(List<String> key)
    • setContributionValue

      public void setContributionValue(double contributionValue)
    • setBaseValue

      public void setBaseValue(double baseValue)
    • setNewValue

      public void setNewValue(double newValue)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object