public class SetFetchConfig
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected FetchConfig |
fetchConfig |
Constructor and Description |
---|
SetFetchConfig()
Creates a new
SetFetchConfig instance. |
SetFetchConfig(SetFetchConfig o)
Creates a new
SetFetchConfig instance by deeply copying a given SetFetchConfig instance. |
Modifier and Type | Method and Description |
---|---|
SetFetchConfig |
clone()
Creates and returns a deep copy of this object.
|
FetchConfig |
getFetchConfig()
Gets the value of the fetchConfig property.
|
void |
setFetchConfig(FetchConfig value)
Sets the value of the fetchConfig property.
|
SetFetchConfig |
withFetchConfig(FetchConfig value) |
protected FetchConfig fetchConfig
public SetFetchConfig()
SetFetchConfig
instance.public SetFetchConfig(SetFetchConfig o)
SetFetchConfig
instance by deeply copying a given SetFetchConfig
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public FetchConfig getFetchConfig()
FetchConfig
public void setFetchConfig(FetchConfig value)
value
- allowed object is
FetchConfig
public SetFetchConfig withFetchConfig(FetchConfig value)
public SetFetchConfig clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.