public class Properties extends Object
| Constructor and Description |
|---|
Properties() |
Properties(Map<String,Object> values) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
add(String property,
Object value) |
Object |
get(String property) |
Map<String,Object> |
getMap() |
static Properties |
of(Object... params) |
public static Properties of(Object... params)
public Properties add(String property, Object value)
Copyright © 2022 Kurento. All rights reserved.