public class SetConfiguration extends Object implements Referable, XMLWritable
| Constructor and Description |
|---|
SetConfiguration(String id) |
| Modifier and Type | Method and Description |
|---|---|
BundleReference |
getFilter() |
String |
getId() |
String |
getName() |
String |
getSpec() |
boolean |
hasFilter() |
SetConfiguration |
withFilter(String filterId) |
SetConfiguration |
withName(String name) |
SetConfiguration |
withSpec(String spec) |
void |
write(XmlOutputContext writer) |
public SetConfiguration(String id)
public void write(XmlOutputContext writer) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionpublic boolean hasFilter()
public String getSpec()
public SetConfiguration withSpec(String spec)
public String getName()
public SetConfiguration withName(String name)
public BundleReference getFilter()
public SetConfiguration withFilter(String filterId)
Copyright © 2020. All rights reserved.