org.sonar.api.server.ws
Class WebService.Param

java.lang.Object
  extended by org.sonar.api.server.ws.WebService.Param
Enclosing interface:
WebService

@Immutable
public static class WebService.Param
extends Object


Constructor Summary
WebService.Param(WebService.NewParam newParam)
           
 
Method Summary
 String description()
           
 String key()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebService.Param

public WebService.Param(WebService.NewParam newParam)
Method Detail

key

public String key()

description

@CheckForNull
public String description()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 SonarSource. All Rights Reserved.