public class PolicyWrapper extends Object
| Constructor and Description |
|---|
PolicyWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompliance() |
String |
getDescription() |
List<org.wso2.carbon.device.mgt.common.policy.mgt.DeviceGroupWrapper> |
getDeviceGroups() |
List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> |
getDeviceIdentifiers() |
String |
getOwnershipType() |
String |
getPolicyName() |
Profile |
getProfile() |
List<String> |
getRoles() |
List<String> |
getUsers() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCompliance(String compliance) |
void |
setDescription(String description) |
void |
setDeviceGroups(List<org.wso2.carbon.device.mgt.common.policy.mgt.DeviceGroupWrapper> deviceGroups) |
void |
setDeviceIdentifier(List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> deviceIdentifiers) |
void |
setOwnershipType(String ownershipType) |
void |
setPolicyName(String policyName) |
void |
setProfile(Profile profile) |
void |
setRoles(List<String> roles) |
void |
setUsers(List<String> users) |
public Profile getProfile()
public void setProfile(Profile profile)
public String getCompliance()
public void setCompliance(String compliance)
public String getPolicyName()
public String getDescription()
public void setDescription(String description)
public void setPolicyName(String policyName)
public String getOwnershipType()
public void setOwnershipType(String ownershipType)
public boolean isActive()
public void setActive(boolean active)
public List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> getDeviceIdentifiers()
public void setDeviceIdentifier(List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> deviceIdentifiers)
public List<org.wso2.carbon.device.mgt.common.policy.mgt.DeviceGroupWrapper> getDeviceGroups()
public void setDeviceGroups(List<org.wso2.carbon.device.mgt.common.policy.mgt.DeviceGroupWrapper> deviceGroups)
Copyright © 2017 WSO2. All rights reserved.