@ConsumerType public class NameValuePair<N,V> extends Object
| Constructor and Description |
|---|
NameValuePair(N name,
V value) |
| Modifier and Type | Method and Description |
|---|---|
N |
getName() |
V |
getValue() |
void |
setName(N name) |
void |
setValue(V value) |
Copyright © 2020 Liferay, Inc.. All rights reserved.