org.sonar.wsclient.services
Class TimeMachineCell

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

public class TimeMachineCell
extends Object

Since:
2.5

Field Summary
 Object[] values
           
 
Constructor Summary
TimeMachineCell(Date date, Object[] values)
           
 
Method Summary
 Date getDate()
           
 Object[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public Object[] values
Constructor Detail

TimeMachineCell

public TimeMachineCell(@Nullable
                       Date date,
                       Object[] values)
Method Detail

getDate

@CheckForNull
public Date getDate()

getValues

public Object[] getValues()


Copyright © 2009-2014 SonarSource. All Rights Reserved.