public class MobileOperation extends Object
Constructor and Description |
---|
MobileOperation() |
Modifier and Type | Method and Description |
---|---|
long |
getCreatedDate() |
String |
getFeatureCode() |
int |
getOperationId() |
List<MobileOperationProperty> |
getProperties() |
void |
setCreatedDate(long createdDate) |
void |
setFeatureCode(String featureCode) |
void |
setOperationId(int operationId) |
void |
setProperties(List<MobileOperationProperty> properties) |
public int getOperationId()
public void setOperationId(int operationId)
public List<MobileOperationProperty> getProperties()
public void setProperties(List<MobileOperationProperty> properties)
public String getFeatureCode()
public void setFeatureCode(String featureCode)
public long getCreatedDate()
public void setCreatedDate(long createdDate)
Copyright © 2017 WSO2. All rights reserved.