Class NeonAccount

  • All Implemented Interfaces:
    android.os.Parcelable

    public final class NeonAccount
    extends java.lang.Object
    implements android.os.Parcelable
    NEON account information Information on the account that the user is currently logged into
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<NeonAccount> CREATOR
      Used for sending data across binders
      java.lang.String NodeId
      Node Id
      java.lang.String Server
      Server endpoint
      java.lang.String UserName
      User email, user name, api-key, or some other form of identification
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Constructor Summary

      Constructors 
      Constructor Description
      NeonAccount​(java.lang.String server, java.lang.String userName, java.lang.String nodeId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int describeContents()  
      void writeToParcel​(android.os.Parcel dest, int flags)  
      • Methods inherited from class java.lang.Object

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

      • Server

        public final java.lang.String Server
        Server endpoint
      • UserName

        public final java.lang.String UserName
        User email, user name, api-key, or some other form of identification
      • NodeId

        public final java.lang.String NodeId
        Node Id
      • CREATOR

        public static final android.os.Parcelable.Creator<NeonAccount> CREATOR
        Used for sending data across binders
    • Constructor Detail

      • NeonAccount

        public NeonAccount​(java.lang.String server,
                           java.lang.String userName,
                           java.lang.String nodeId)
    • Method Detail

      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable