-
public final class SetPressureNotificationsSuppressedRequestRequest object containing input parameters for the MemoryDomain.setPressureNotificationsSuppressed command.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleansuppressed
-
Constructor Summary
Constructors Constructor Description SetPressureNotificationsSuppressedRequest(Boolean suppressed)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final SetPressureNotificationsSuppressedRequestcopy(Boolean suppressed)final BooleangetSuppressed()If true, memory pressure notifications will be suppressed. -
-
Constructor Detail
-
SetPressureNotificationsSuppressedRequest
SetPressureNotificationsSuppressedRequest(Boolean suppressed)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final SetPressureNotificationsSuppressedRequest copy(Boolean suppressed)
-
getSuppressed
final Boolean getSuppressed()
If true, memory pressure notifications will be suppressed.
-
-
-
-