Class WifiProfiles


  • public class WifiProfiles
    extends Object
    WifiProfiles
    • Constructor Detail

      • WifiProfiles

        public WifiProfiles()
    • Method Detail

      • getProfiles

        public List<Profile> getProfiles()
        List of remote Wi-Fi profiles.
        Returns:
        profiles
      • setProfiles

        public void setProfiles​(List<Profile> profiles)
        List of remote Wi-Fi profiles.
        Parameters:
        profiles -
      • getSettings

        public Settings getSettings()
        Get settings
        Returns:
        settings
      • setSettings

        public void setSettings​(Settings settings)
        settings
        Parameters:
        settings -
      • equals

        public boolean equals​(Object o)
        Return true if this WifiProfiles object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static WifiProfiles fromJson​(String jsonString)
                                     throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of WifiProfiles given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of WifiProfiles
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to WifiProfiles
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of WifiProfiles to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException