java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileMeta

public class ProfileMeta extends Object
Class that will hold the information about Profile Meta in the profile
Since:
4/13/21
  • Constructor Details

    • ProfileMeta

      public ProfileMeta()
    • ProfileMeta

      public ProfileMeta(String mVenueName, String mProfileName, int mProfileVersion, String mProfileLeid)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getmVenueName

      public String getmVenueName()
    • setmVenueName

      public void setmVenueName(String mVenueName)
    • getmProfileName

      public String getmProfileName()
    • setmProfileName

      public void setmProfileName(String mProfileName)
    • getmProfileVersion

      public int getmProfileVersion()
    • setmProfileVersion

      public void setmProfileVersion(int mProfileVersion)
    • getmProfileLeid

      public String getmProfileLeid()
    • setmProfileLeid

      public void setmProfileLeid(String mProfileLeid)