Package org.wso2.carbon.inbound
Class ParameterDTO
- java.lang.Object
-
- org.wso2.carbon.inbound.ParameterDTO
-
public class ParameterDTO extends Object
This class use to pass paramaters to admin service
-
-
Constructor Summary
Constructors Constructor Description ParameterDTO()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name
- the name to set
-
getValue
public String getValue()
- Returns:
- the value
-
setValue
public void setValue(String value)
- Parameters:
value
- the value to set
-
getKey
public String getKey()
- Returns:
- the key
-
setKey
public void setKey(String key)
- Parameters:
key
- the key to set
-
-