public interface StreamInterface
Modifier and Type | Interface and Description |
---|---|
static class |
StreamInterface.StreamType |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
StepMeta |
getStepMeta() |
String |
getStepname() |
StreamIcon |
getStreamIcon() |
StreamInterface.StreamType |
getStreamType() |
Object |
getSubject() |
void |
setDescription(String description) |
void |
setStepMeta(StepMeta stepMeta) |
void |
setStreamIcon(StreamIcon streamIcon) |
void |
setStreamType(StreamInterface.StreamType streamType) |
void |
setSubject(Object subject) |
String getStepname()
void setStepMeta(StepMeta stepMeta)
StepMeta getStepMeta()
StreamInterface.StreamType getStreamType()
void setStreamType(StreamInterface.StreamType streamType)
String getDescription()
void setDescription(String description)
StreamIcon getStreamIcon()
void setStreamIcon(StreamIcon streamIcon)
void setSubject(Object subject)
Object getSubject()
Copyright © 2018 Hitachi Vantara. All rights reserved.