Package com.adyen.model.management
Class WifiProfiles
- java.lang.Object
-
- com.adyen.model.management.WifiProfiles
-
public class WifiProfiles extends Object
WifiProfiles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWifiProfiles.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_PROFILESstatic StringSERIALIZED_NAME_SETTINGS
-
Constructor Summary
Constructors Constructor Description WifiProfiles()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WifiProfilesaddProfilesItem(Profile profilesItem)booleanequals(Object o)static WifiProfilesfromJson(String jsonString)Create an instance of WifiProfiles given an JSON stringList<Profile>getProfiles()List of remote Wi-Fi profiles.SettingsgetSettings()Get settingsinthashCode()WifiProfilesprofiles(List<Profile> profiles)voidsetProfiles(List<Profile> profiles)voidsetSettings(Settings settings)WifiProfilessettings(Settings settings)StringtoJson()Convert an instance of WifiProfiles to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_PROFILES
public static final String SERIALIZED_NAME_PROFILES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SETTINGS
public static final String SERIALIZED_NAME_SETTINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
profiles
public WifiProfiles profiles(List<Profile> profiles)
-
addProfilesItem
public WifiProfiles addProfilesItem(Profile profilesItem)
-
settings
public WifiProfiles settings(Settings settings)
-
getSettings
public Settings getSettings()
Get settings- Returns:
- settings
-
setSettings
public void setSettings(Settings settings)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to WifiProfiles
-
fromJson
public static WifiProfiles fromJson(String jsonString) throws IOException
Create an instance of WifiProfiles given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WifiProfiles
- Throws:
IOException- if the JSON string is invalid with respect to WifiProfiles
-
toJson
public String toJson()
Convert an instance of WifiProfiles to an JSON string- Returns:
- JSON string
-
-