Class CacheNodeTypeSpecificValue

    • Constructor Detail

      • CacheNodeTypeSpecificValue

        public CacheNodeTypeSpecificValue()
    • Method Detail

      • setCacheNodeType

        public void setCacheNodeType​(String cacheNodeType)

        The cache node type for which this value applies.

        Parameters:
        cacheNodeType - The cache node type for which this value applies.
      • getCacheNodeType

        public String getCacheNodeType()

        The cache node type for which this value applies.

        Returns:
        The cache node type for which this value applies.
      • withCacheNodeType

        public CacheNodeTypeSpecificValue withCacheNodeType​(String cacheNodeType)

        The cache node type for which this value applies.

        Parameters:
        cacheNodeType - The cache node type for which this value applies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setValue

        public void setValue​(String value)

        The value for the cache node type.

        Parameters:
        value - The value for the cache node type.
      • getValue

        public String getValue()

        The value for the cache node type.

        Returns:
        The value for the cache node type.
      • withValue

        public CacheNodeTypeSpecificValue withValue​(String value)

        The value for the cache node type.

        Parameters:
        value - The value for the cache node type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object