public class SecurityDevice extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
SecurityDevice() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getName() |
int |
getOrder() |
Map<String,String> |
getProperties() |
DeviceType |
getType() |
boolean |
isConvertPolicies() |
void |
setConvertPolicies(boolean convertPolicies) |
void |
setName(String name) |
void |
setOrder(int order) |
void |
setProperties(Map<String,String> properties) |
void |
setType(DeviceType type) |
String |
toString() |
public SecurityDevice()
throws AppException
AppExceptionpublic String getName()
public void setName(String name)
public DeviceType getType()
public void setType(DeviceType type)
public int getOrder()
public void setOrder(int order)
public Map<String,String> getProperties() throws AppException
AppExceptionpublic boolean isConvertPolicies()
public void setConvertPolicies(boolean convertPolicies)
Copyright © 2020. All rights reserved.