Class ProfileInfrastructure

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

public class ProfileInfrastructure extends Object
Class that will hold the Profile Infrastructure information for the app
Since:
12/08/22
  • Constructor Details

    • ProfileInfrastructure

      public ProfileInfrastructure()
    • ProfileInfrastructure

      public ProfileInfrastructure(String[] mGPS, String[] mTimers, ProfileServer[] mServers)
  • Method Details

    • toString

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

      public String[] getmGPS()
    • setmGPS

      public void setmGPS(String[] mGPS)
    • getmTimers

      public String[] getmTimers()
    • setmTimers

      public void setmTimers(String[] mTimers)
    • getmServers

      public ProfileServer[] getmServers()
    • setmServers

      public void setmServers(ProfileServer[] mServers)
    • getServerIpById

      public String getServerIpById(String mServer_Id)