public class ServiceInfoData extends Object implements Serializable
| Constructor and Description |
|---|
ServiceInfoData() |
ServiceInfoData(String key,
String value,
String category) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getKey() |
String |
getValue() |
void |
setCategory(String category) |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2021. All Rights Reserved.