Class PlatformComponentPropertiesConfig.Value

    • Constructor Detail

      • Value

        public Value​(String _string)
      • Value

        public Value​(Boolean _boolean)
      • Value

        public Value​(Long _int64)
      • Value

        public Value​(org.opendaylight.yangtools.yang.common.Uint64 _uint64)
    • Method Detail

      • stringValue

        public String stringValue()
        Return a String representing the value of this union.
        Returns:
        String representation of this union's value.
      • getString

        public String getString()
      • getBoolean

        public Boolean getBoolean()
      • getInt64

        public Long getInt64()
      • getUint64

        public org.opendaylight.yangtools.yang.common.Uint64 getUint64()
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object