org.jclouds.rimuhosting.miro.domain.internal
Class RimuHostingTimestamp

java.lang.Object
  extended by org.jclouds.rimuhosting.miro.domain.internal.RimuHostingTimestamp

public class RimuHostingTimestamp
extends Object

Handles a timestamp JSON object from rimuhosting

Author:
Ivan Meredith

Constructor Summary
RimuHostingTimestamp()
           
 
Method Summary
 Long getMs()
           
 Timestamp getTimestamp()
           
 void setMs(Long ms_since_epoch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RimuHostingTimestamp

public RimuHostingTimestamp()
Method Detail

getMs

public Long getMs()

setMs

public void setMs(Long ms_since_epoch)

getTimestamp

public Timestamp getTimestamp()


Copyright © 2009-2011 jclouds. All Rights Reserved.