JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.hivemq.extension.sdk.api.packets.general
Interface UserProperty
@DoNotImplement
public interface
UserProperty
A representation for a user property.
Since:
4.0.0, CE 2019.1
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NotNull
String
getName
()
@NotNull
String
getValue
()
Method Details
getName
@NotNull
@NotNull
String
getName
()
Returns:
The name of the user property.
Since:
4.0.0, CE 2019.1
getValue
@NotNull
@NotNull
String
getValue
()
Returns:
The value of the user property.
Since:
4.0.0, CE 2019.1