Class ProfileAutomations

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

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

    • ProfileAutomations

      public ProfileAutomations()
    • ProfileAutomations

      public ProfileAutomations(ProfileCommand[] mCommands, String mTrigger_id)
  • Method Details

    • toString

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

      public ProfileCommand[] getCommands()
    • setCommands

      public void setCommands(ProfileCommand[] commands)
    • getTrigger_id

      public String getTrigger_id()
    • setTrigger_id

      public void setTrigger_id(String trigger_id)