@Deprecated public interface PipelineDescriptorApi
Modifier and Type | Method and Description |
---|---|
void |
addValveDescriptor(ValveDescriptorApi valveDescriptor)
Deprecated.
Add a ValveDescriptor to the Pipeline
descriptor
|
String |
getId()
Deprecated.
Gets the id attribute
|
String |
getName()
Deprecated.
Gets the name attribute
|
List |
getValveDescriptors()
Deprecated.
Return a list of ValveDesccriptors
|
void |
setId(String id)
Deprecated.
Sets the id attribute of the BaseDescriptor object
|
void |
setName(String name)
Deprecated.
Sets the name attribute
|
void addValveDescriptor(ValveDescriptorApi valveDescriptor)
valveDescriptor
- List getValveDescriptors()
void setName(String name)
name
- the new name valueString getName()
void setId(String id)
id
- the new id valueString getId()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.