-
public final class SetCacheDisabledRequestRequest object containing input parameters for the NetworkDomain.setCacheDisabled command.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleancacheDisabled
-
Constructor Summary
Constructors Constructor Description SetCacheDisabledRequest(Boolean cacheDisabled)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final SetCacheDisabledRequestcopy(Boolean cacheDisabled)final BooleangetCacheDisabled()Cache disabled state. -
-
Constructor Detail
-
SetCacheDisabledRequest
SetCacheDisabledRequest(Boolean cacheDisabled)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final SetCacheDisabledRequest copy(Boolean cacheDisabled)
-
getCacheDisabled
final Boolean getCacheDisabled()
Cache disabled state.
-
-
-
-