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.
  • Constructor Details

    • Entry

      public Entry()
    • Entry

      public Entry(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)