public class Responseheader extends Cond implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
protected java.lang.String |
value |
Constructor and Description |
---|
Responseheader()
Creates a new
Responseheader instance. |
Responseheader(Responseheader o)
Creates a new
Responseheader instance by deeply copying a given Responseheader instance. |
Modifier and Type | Method and Description |
---|---|
Responseheader |
clone()
Creates and returns a deep copy of this object.
|
java.lang.String |
getName()
(default: null)
|
java.lang.String |
getValue()
(default: null)
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
Responseheader |
withName(java.lang.String value) |
Responseheader |
withSuccess(java.lang.Boolean value) |
Responseheader |
withValue(java.lang.String value) |
isSuccess, setSuccess
public Responseheader()
Responseheader
instance.public Responseheader(Responseheader o)
Responseheader
instance by deeply copying a given Responseheader
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public Responseheader withName(java.lang.String value)
public Responseheader withValue(java.lang.String value)
public Responseheader withSuccess(java.lang.Boolean value)
withSuccess
in class Cond
public Responseheader clone()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.