public class StreamInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected Properties |
properties |
Constructor and Description |
---|
StreamInfo(String name) |
StreamInfo(String name,
String handle) |
Modifier and Type | Method and Description |
---|---|
String |
getHandle() |
String |
getName() |
Properties |
getProperties() |
void |
setHandle(String handle) |
void |
setName(String name) |
protected Properties properties
public StreamInfo(String name)
public String getName()
public String getHandle()
public void setHandle(String handle)
public Properties getProperties()
public void setName(String name)