public class Profile extends Object
Constructor and Description |
---|
Profile() |
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCreatedDate() |
org.wso2.carbon.device.mgt.core.dto.DeviceType |
getDeviceType() |
List<ProfileFeature> |
getProfileFeaturesList() |
int |
getProfileId() |
String |
getProfileName() |
int |
getTenantId() |
Timestamp |
getUpdatedDate() |
void |
setCreatedDate(Timestamp createdDate) |
void |
setDeviceType(org.wso2.carbon.device.mgt.core.dto.DeviceType deviceType) |
void |
setProfileFeaturesList(List<ProfileFeature> profileFeaturesList) |
void |
setProfileId(int profileId) |
void |
setProfileName(String profileName) |
void |
setTenantId(int tenantId) |
void |
setUpdatedDate(Timestamp updatedDate) |
public org.wso2.carbon.device.mgt.core.dto.DeviceType getDeviceType()
public void setDeviceType(org.wso2.carbon.device.mgt.core.dto.DeviceType deviceType)
public int getTenantId()
public void setTenantId(int tenantId)
public int getProfileId()
public void setProfileId(int profileId)
public String getProfileName()
public void setProfileName(String profileName)
public Timestamp getCreatedDate()
public void setCreatedDate(Timestamp createdDate)
public Timestamp getUpdatedDate()
public void setUpdatedDate(Timestamp updatedDate)
public List<ProfileFeature> getProfileFeaturesList()
public void setProfileFeaturesList(List<ProfileFeature> profileFeaturesList)
Copyright © 2016 WSO2. All rights reserved.