public static class Auth.Condition
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{exa:com.exalead.mercury.mami.fetch.v10}status"/> <element ref="{exa:com.exalead.mercury.mami.fetch.v10}or"/> <element ref="{exa:com.exalead.mercury.mami.fetch.v10}and"/> <element ref="{exa:com.exalead.mercury.mami.fetch.v10}redirect"/> <element ref="{exa:com.exalead.mercury.mami.fetch.v10}not"/> <element ref="{exa:com.exalead.mercury.mami.fetch.v10}responseheader"/> <element ref="{exa:com.exalead.mercury.mami.fetch.v10}inbody"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Condition()
Creates a new
Condition instance. |
Condition(Auth.Condition o)
Creates a new
Condition instance by deeply copying a given Condition instance. |
Modifier and Type | Method and Description |
---|---|
Auth.Condition |
clone()
Creates and returns a deep copy of this object.
|
Cond |
getCondition()
Gets the value of the condition property.
|
void |
setCondition(Cond value)
Sets the value of the condition property.
|
Auth.Condition |
withCondition(Cond value) |
protected Cond condition
public Condition()
Condition
instance.public Condition(Auth.Condition o)
Condition
instance by deeply copying a given Condition
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public Cond getCondition()
public void setCondition(Cond value)
public Auth.Condition withCondition(Cond value)
public Auth.Condition clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.