org.sonar.wsclient.services
Class Property

java.lang.Object
  extended by org.sonar.wsclient.services.Model
      extended by org.sonar.wsclient.services.Property

public class Property
extends Model


Constructor Summary
Property()
           
Property(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 Property setKey(String key)
           
 Property setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property(String key,
                String value)

Property

public Property()
Method Detail

getKey

public String getKey()

setKey

public Property setKey(String key)

getValue

public String getValue()

setValue

public Property setValue(String value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.