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

@CheckForNull
public String getKey()

setKey

public Property setKey(@Nullable
                       String key)

getValue

@CheckForNull
public String getValue()

setValue

public Property setValue(@Nullable
                         String value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 SonarSource. All Rights Reserved.