public class AddHeaders extends RulesConfig implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AddHeaders.Headers |
Modifier and Type | Field and Description |
---|---|
protected AddHeaders.Headers |
headers |
Constructor and Description |
---|
AddHeaders() |
AddHeaders(AddHeaders o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this AddHeaders.
|
static AddHeaders |
fromString(java.lang.String s)
String representation of this AddHeaders.
|
AddHeaders.Headers |
getHeaders() |
AddHeaders |
makeCopy()
Creates and returns a deep copy of this AddHeaders.
|
static AddHeaders |
readFrom(java.io.InputStream is)
Read this AddHeaders from an XML fragment.
|
void |
setHeaders(AddHeaders.Headers __value) |
java.lang.String |
toString()
String representation of this AddHeaders.
|
AddHeaders |
withHeaders(AddHeaders.Headers __value) |
AddHeaders |
withHeaders(java.util.Collection<Header> __values) |
AddHeaders |
withHeaders(Header... __values) |
void |
writeTo(java.io.OutputStream os)
Write this AddHeaders as an XML fragment
|
protected AddHeaders.Headers headers
public AddHeaders()
public AddHeaders(AddHeaders o)
public AddHeaders.Headers getHeaders()
public void setHeaders(AddHeaders.Headers __value)
public AddHeaders withHeaders(Header... __values)
public AddHeaders withHeaders(java.util.Collection<Header> __values)
public AddHeaders withHeaders(AddHeaders.Headers __value)
public AddHeaders makeCopy()
makeCopy
in class RulesConfig
public static AddHeaders readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class RulesConfig
javax.xml.bind.JAXBException
java.io.IOException
public static AddHeaders fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class RulesConfig
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class RulesConfig
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.