public class ProfileFeature extends Object implements Serializable
Constructor and Description |
---|
ProfileFeature() |
Modifier and Type | Method and Description |
---|---|
Object |
getContent() |
int |
getDeviceTypeId() |
String |
getFeatureCode() |
int |
getId() |
String |
getPayLoad() |
int |
getProfileId() |
void |
setContent(Object content) |
void |
setDeviceTypeId(int deviceTypeId) |
void |
setFeatureCode(String featureCode) |
void |
setId(int id) |
void |
setPayLoad(String payLoad) |
void |
setProfileId(int profileId) |
public int getId()
public void setId(int id)
public String getFeatureCode()
public void setFeatureCode(String featureCode)
public int getProfileId()
public void setProfileId(int profileId)
public int getDeviceTypeId()
public void setDeviceTypeId(int deviceTypeId)
public String getPayLoad()
public void setPayLoad(String payLoad)
public Object getContent()
public void setContent(Object content)
Copyright © 2016 WSO2. All rights reserved.