org.sonar.wsclient.services
Class TimeMachineColumn

java.lang.Object
  extended by org.sonar.wsclient.services.TimeMachineColumn

public class TimeMachineColumn
extends Object

Since:
2.5

Constructor Summary
TimeMachineColumn(int index, String metricKey, String modelName, String characteristicKey)
           
 
Method Summary
 String getCharacteristicKey()
           
 int getIndex()
           
 String getMetricKey()
           
 String getModelName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeMachineColumn

public TimeMachineColumn(int index,
                         @Nullable
                         String metricKey,
                         @Nullable
                         String modelName,
                         @Nullable
                         String characteristicKey)
Method Detail

getMetricKey

@CheckForNull
public String getMetricKey()

getModelName

@CheckForNull
public String getModelName()

getCharacteristicKey

@CheckForNull
public String getCharacteristicKey()

getIndex

public int getIndex()


Copyright © 2009-2014 SonarSource. All Rights Reserved.