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