public class Addheaders extends RulesConfig implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
Addheaders.Headers
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Addheaders.Headers |
headers |
Constructor and Description |
---|
Addheaders()
Creates a new
Addheaders instance. |
Addheaders(Addheaders o)
Creates a new
Addheaders instance by deeply copying a given Addheaders instance. |
Modifier and Type | Method and Description |
---|---|
Addheaders |
clone()
Creates and returns a deep copy of this object.
|
Addheaders.Headers |
getHeaders()
Gets the value of the headers property.
|
void |
setHeaders(Addheaders.Headers value)
Sets the value of the headers property.
|
Addheaders |
withHeaders(Addheaders.Headers value) |
protected Addheaders.Headers headers
public Addheaders()
Addheaders
instance.public Addheaders(Addheaders o)
Addheaders
instance by deeply copying a given Addheaders
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public Addheaders.Headers getHeaders()
Addheaders.Headers
public void setHeaders(Addheaders.Headers value)
value
- allowed object is
Addheaders.Headers
public Addheaders withHeaders(Addheaders.Headers value)
public Addheaders clone()
clone
in class RulesConfig
Copyright © 2021 Dassault Systèmes, All Rights Reserved.