public class SecurityProfile extends Object
| Constructor and Description |
|---|
SecurityProfile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<SecurityDevice> |
getDevices() |
boolean |
getIsDefault() |
String |
getName() |
void |
setDevices(List<SecurityDevice> devices) |
void |
setIsDefault(boolean isDefault) |
void |
setName(String name) |
String |
toString() |
public String getName()
public void setName(String name)
public boolean getIsDefault()
public void setIsDefault(boolean isDefault)
public List<SecurityDevice> getDevices()
public void setDevices(List<SecurityDevice> devices)
Copyright © 2020. All rights reserved.