org.tinygroup.flowprocessor
Class FlowServiceInfo
java.lang.Object
org.tinygroup.flowprocessor.FlowServiceInfo
- All Implemented Interfaces:
- Serializable, Comparable<org.tinygroup.event.ServiceInfo>, org.tinygroup.event.ServiceInfo
public class FlowServiceInfo
- extends Object
- implements org.tinygroup.event.ServiceInfo
Created by luoguo on 14-4-9.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowServiceInfo
public FlowServiceInfo(Flow flow)
getServiceId
public String getServiceId()
- Specified by:
getServiceId in interface org.tinygroup.event.ServiceInfo
getParameters
public List<org.tinygroup.event.Parameter> getParameters()
- Specified by:
getParameters in interface org.tinygroup.event.ServiceInfo
getResults
public List<org.tinygroup.event.Parameter> getResults()
- Specified by:
getResults in interface org.tinygroup.event.ServiceInfo
compareTo
public int compareTo(org.tinygroup.event.ServiceInfo o)
- Specified by:
compareTo in interface Comparable<org.tinygroup.event.ServiceInfo>
getCategory
public String getCategory()
- Specified by:
getCategory in interface org.tinygroup.event.ServiceInfo
Copyright © 2006–2015 TinyGroup. All rights reserved.