org.wso2.carbon.proxyadmin.common
Class Entry
java.lang.Object
org.wso2.carbon.proxyadmin.common.Entry
public class Entry
- extends Object
Class Entry is used to represent an element in a map.
The Axis2 codegeneration does not handle java.util.Collection types.
Therefore a map is created using an array of Entry instances.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entry
public Entry()
Entry
public Entry(String key,
String value)
getKey
public String getKey()
setKey
public void setKey(String key)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2015 WSO2. All rights reserved.