public class Tag extends Object
Modifier | Constructor and Description |
---|---|
protected |
Tag()
Default private constructor of Tag for serialization with Jackson
|
|
Tag(String key,
String value)
Create a Tag
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
get Tag key
|
String |
getValue()
get Tag Value
|
void |
setKey(String key)
set Tag key
|
void |
setValue(String value)
set Tag Value
|
Copyright © 2022 Kurento. All rights reserved.