public class Profile extends Object
| Constructor and Description |
|---|
Profile() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreatedDate() |
String |
getDeviceType() |
List<ProfileFeature> |
getProfileFeaturesList() |
int |
getProfileId() |
String |
getProfileName() |
int |
getTenantId() |
Timestamp |
getUpdatedDate() |
void |
setCreatedDate(Timestamp createdDate) |
void |
setDeviceType(String deviceType) |
void |
setProfileFeaturesList(List<ProfileFeature> profileFeaturesList) |
void |
setProfileId(int profileId) |
void |
setProfileName(String profileName) |
void |
setTenantId(int tenantId) |
void |
setUpdatedDate(Timestamp updatedDate) |
public String getDeviceType()
public void setDeviceType(String 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 © 2017 WSO2. All rights reserved.