类 Property

java.lang.Object
com.baidu.jprotobuf.mojo.Property

public class Property extends Object
Wrapper class for the systemPropery argument type.
作者:
Kaare Nilsen
  • 构造器详细资料

    • Property

      public Property()
  • 方法详细资料

    • getKey

      public String getKey()

      Getter for the field key.

      返回:
      a String object.
    • setKey

      public void setKey(String key)

      Setter for the field key.

      参数:
      key - a String object.
    • getValue

      public String getValue()

      Getter for the field value.

      返回:
      a String object.
    • setValue

      public void setValue(String value)

      Setter for the field value.

      参数:
      value - a String object.