Class NamedAggregation

  • All Implemented Interfaces:
    java.io.Serializable

    public class NamedAggregation
    extends Aggregation
    implements java.io.Serializable
    An aggregation which references a server side configuration <p>Java class for NamedAggregation complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="NamedAggregation"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/search}Aggregation"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name
      The name of the aggregation to process
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedAggregation()
      Default no-arg constructor abc
      NamedAggregation​(java.lang.String name)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getName()
      Gets the value of the name property.
      int hashCode()  
      void setName​(java.lang.String value)
      Sets the value of the name property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
        The name of the aggregation to process
    • Constructor Detail

      • NamedAggregation

        public NamedAggregation()
        Default no-arg constructor abc
      • NamedAggregation

        public NamedAggregation​(java.lang.String name)
        Fully-initialising value constructor
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property. <p> The name of the aggregation to process
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
        See Also:
        getName()
      • toString

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

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

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object