public class Stream extends Object implements StreamInterface
StreamInterface.StreamType| 构造器和说明 |
|---|
Stream(StreamInterface.StreamType streamType,
StepMeta stepMeta,
String description,
StreamIcon streamIcon,
Object subject) |
Stream(StreamInterface stream) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
StepMeta |
getStepMeta() |
String |
getStepname() |
StreamIcon |
getStreamIcon() |
StreamInterface.StreamType |
getStreamType() |
Object |
getSubject() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setStepMeta(StepMeta stepMeta) |
void |
setStreamIcon(StreamIcon streamIcon) |
void |
setStreamType(StreamInterface.StreamType streamType) |
void |
setSubject(Object subject) |
String |
toString() |
public Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)
streamType - stepname - stepMeta - description - public Stream(StreamInterface stream)
public String getStepname()
getStepname 在接口中 StreamInterfacepublic String getDescription()
getDescription 在接口中 StreamInterfacepublic void setDescription(String description)
setDescription 在接口中 StreamInterfacedescription - the description to setpublic StreamInterface.StreamType getStreamType()
getStreamType 在接口中 StreamInterfacepublic void setStreamType(StreamInterface.StreamType streamType)
setStreamType 在接口中 StreamInterfacestreamType - the streamType to setpublic StepMeta getStepMeta()
getStepMeta 在接口中 StreamInterfacepublic void setStepMeta(StepMeta stepMeta)
setStepMeta 在接口中 StreamInterfacestepMeta - the stepMeta to setpublic StreamIcon getStreamIcon()
getStreamIcon 在接口中 StreamInterfacepublic void setStreamIcon(StreamIcon streamIcon)
setStreamIcon 在接口中 StreamInterfacestreamIcon - the streamIcon to setpublic Object getSubject()
getSubject 在接口中 StreamInterfacepublic void setSubject(Object subject)
setSubject 在接口中 StreamInterfacesubject - the subject to setCopyright © 2024 Hitachi Vantara. All rights reserved.