public class IceConnection
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
IceConnection()
Default private constructor of IceConnection for serialization with Jackson
|
|
IceConnection(java.lang.String streamId,
int componentId,
IceComponentState state)
Create a IceConnection
|
Modifier and Type | Method and Description |
---|---|
int |
getComponentId()
get The ID of the component
|
IceComponentState |
getState()
get The state of the component
|
java.lang.String |
getStreamId()
get The ID of the stream
|
void |
setComponentId(int componentId)
set The ID of the component
|
void |
setState(IceComponentState state)
set The state of the component
|
void |
setStreamId(java.lang.String streamId)
set The ID of the stream
|
protected IceConnection()
public IceConnection(java.lang.String streamId, int componentId, IceComponentState state)
public java.lang.String getStreamId()
public void setStreamId(java.lang.String streamId)
public int getComponentId()
public void setComponentId(int componentId)
public IceComponentState getState()
public void setState(IceComponentState state)