public class WSProperty extends Object
Constructor and Description |
---|
WSProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get the key
|
String[] |
getValues()
Get values according to the corresponding key
|
void |
setKey(String key)
Set the key
|
void |
setValues(String[] values)
Set the values for the corresponding key
|
public String getKey()
public void setKey(String key)
key
- public String[] getValues()
public void setValues(String[] values)
values
- Copyright © 2019 WSO2. All Rights Reserved.