Class SFSObjectLite

    • Constructor Detail

      • SFSObjectLite

        public SFSObjectLite()
    • Method Detail

      • newInstance

        public static SFSObject newInstance()
      • getByte

        public java.lang.Byte getByte​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as Byte (signed 8 bit). It can be null if no element exists for the specified key
        Specified by:
        getByte in interface ISFSObject
        Overrides:
        getByte in class SFSObject
        Returns:
        the element, or null
      • getShort

        public java.lang.Short getShort​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as Short (signed 16 bit). It can be null if no element exists for the specified key
        Specified by:
        getShort in interface ISFSObject
        Overrides:
        getShort in class SFSObject
        Returns:
        the element, or null
      • getLong

        public java.lang.Long getLong​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as Long (signed 64 bit). It can be null if no element exists for the specified key
        Specified by:
        getLong in interface ISFSObject
        Overrides:
        getLong in class SFSObject
        Returns:
        the element, or null
      • getFloat

        public java.lang.Float getFloat​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as Float (signed decimal 32 bit). It can be null if no element exists for the specified key
        Specified by:
        getFloat in interface ISFSObject
        Overrides:
        getFloat in class SFSObject
        Returns:
        the element, or null
      • getBoolArray

        public java.util.Collection<java.lang.Boolean> getBoolArray​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as a Collection of Booleans. It can be null if no element exists for the specified key
        Specified by:
        getBoolArray in interface ISFSObject
        Overrides:
        getBoolArray in class SFSObject
        Returns:
        the element, or null
      • getShortArray

        public java.util.Collection<java.lang.Short> getShortArray​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as a Collection of Short. It can be null if no element exists for the specified key
        Specified by:
        getShortArray in interface ISFSObject
        Overrides:
        getShortArray in class SFSObject
        Returns:
        the element, or null
      • getIntArray

        public java.util.Collection<java.lang.Integer> getIntArray​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as a Collection of Integer. It can be null if no element exists for the specified key
        Specified by:
        getIntArray in interface ISFSObject
        Overrides:
        getIntArray in class SFSObject
        Returns:
        the element, or null
      • getFloatArray

        public java.util.Collection<java.lang.Float> getFloatArray​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as a Collection of Float. It can be null if no element exists for the specified key
        Specified by:
        getFloatArray in interface ISFSObject
        Overrides:
        getFloatArray in class SFSObject
        Returns:
        the element, or null
      • getDoubleArray

        public java.util.Collection<java.lang.Double> getDoubleArray​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as a Collection of Double. It can be null if no element exists for the specified key
        Specified by:
        getDoubleArray in interface ISFSObject
        Overrides:
        getDoubleArray in class SFSObject
        Returns:
        the element, or null
      • getUtfStringArray

        public java.util.Collection<java.lang.String> getUtfStringArray​(java.lang.String key)
        Description copied from interface: ISFSObject
        Get the element for the specified key as a Collection of String. It can be null if no element exists for the specified key
        Specified by:
        getUtfStringArray in interface ISFSObject
        Overrides:
        getUtfStringArray in class SFSObject
        Returns:
        the element, or null