Class OptionalNillableString.OptionalString

  • Enclosing class:
    OptionalNillableString

    public static class OptionalNillableString.OptionalString
    extends java.lang.Object
    Internal use only The Class OptionalString.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean nil
      The nil.
      java.lang.String value
      The value.
    • Constructor Summary

      Constructors 
      Constructor Description
      OptionalString()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nil

        public java.lang.Boolean nil
        The nil.
      • value

        public java.lang.String value
        The value.
    • Constructor Detail

      • OptionalString

        public OptionalString()