public abstract class OutputStream extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputStream.OutputEventType |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected OutputStream.OutputEventType |
outputEventType |
| Constructor and Description |
|---|
OutputStream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
OutputStream.OutputEventType |
getOutputEventType() |
int |
hashCode() |
void |
setId(String id) |
void |
setOutputEventType(OutputStream.OutputEventType outputEventType) |
String |
toString() |
protected String id
protected OutputStream.OutputEventType outputEventType
public String getId()
public void setId(String id)
public OutputStream.OutputEventType getOutputEventType()
public void setOutputEventType(OutputStream.OutputEventType outputEventType)
Copyright © 2025 WSO2. All Rights Reserved.