public interface CapabilityState extends Snapshot
Modifier and Type | Method and Description |
---|---|
@NonNull String |
getName()
Gets the name of the capability.
|
@NonNull Optional<String> |
getValue()
Gets the value of the capability.
|
boolean |
isDisabled()
Gets if the state of the capability is disabled.
|
getCreationTime
getClient
boolean isDisabled()
@NonNull String getName()
Copyright © 2013–2021 Kitteh. All rights reserved.