public class ProfileFeature extends Object implements Serializable
| Constructor and Description |
|---|
ProfileFeature() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent() |
String |
getDeviceTypeId() |
String |
getFeatureCode() |
int |
getId() |
String |
getPayLoad() |
int |
getProfileId() |
void |
setContent(Object content) |
void |
setDeviceType(String deviceType) |
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 String getDeviceTypeId()
public void setDeviceType(String deviceType)
public String getPayLoad()
public void setPayLoad(String payLoad)
public Object getContent()
public void setContent(Object content)
Copyright © 2017 WSO2. All rights reserved.