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

public class ProfileCommand extends Object
Class that will hold the information about server provided by the profile
Since:
1/11/2023
  • Constructor Details

    • ProfileCommand

      public ProfileCommand()
    • ProfileCommand

      public ProfileCommand(String[] mArgs, String mName)
  • Method Details

    • toString

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

      public String[] getArgs()
    • setArgs

      public void setArgs(String[] args)
    • getName

      public String getName()
    • setName

      public void setName(String name)