Class MetaData

    • Constructor Detail

      • MetaData

        public MetaData()
      • MetaData

        public MetaData​(MetaData source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getMetaKey

        public String getMetaKey()
        Get MetaData的Key
        Returns:
        MetaKey MetaData的Key
      • setMetaKey

        public void setMetaKey​(String MetaKey)
        Set MetaData的Key
        Parameters:
        MetaKey - MetaData的Key
      • getMetaValue

        public String getMetaValue()
        Get MetaData的Value
        Returns:
        MetaValue MetaData的Value
      • setMetaValue

        public void setMetaValue​(String MetaValue)
        Set MetaData的Value
        Parameters:
        MetaValue - MetaData的Value