Class ResolveInterceptor.SerializedValue

  • Enclosing class:
    ResolveInterceptor

    public static class ResolveInterceptor.SerializedValue
    extends java.lang.Object
    Struct for serialized value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String value
      The serialized value.
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializedValue()
      Create a new serialized value.
      SerializedValue​(java.lang.String value)
      Create a new serialized value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()
      Get the value.
      void setValue​(java.lang.String value)
      Set the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        protected java.lang.String value
        The serialized value.
    • Constructor Detail

      • SerializedValue

        public SerializedValue()
        Create a new serialized value.
      • SerializedValue

        public SerializedValue​(java.lang.String value)
        Create a new serialized value.
    • Method Detail

      • getValue

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

        public void setValue​(java.lang.String value)
        Set the value.
        Parameters:
        value - The value to set