org.jclouds.gogrid.domain
Class JobProperties
java.lang.Object
org.jclouds.gogrid.domain.JobProperties
- All Implemented Interfaces:
- Comparable<JobProperties>
public class JobProperties
- extends Object
- implements Comparable<JobProperties>
State of a job.
- Author:
- Oleksiy Yarmula
- See Also:
JobProperties
public JobProperties()
- A no-args constructor is required for deserialization
JobProperties
public JobProperties(long id,
Date updatedOn,
JobState state,
String note)
getId
public long getId()
getUpdatedOn
public Date getUpdatedOn()
getState
public JobState getState()
getNote
public String getNote()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
compareTo
public int compareTo(JobProperties o)
- Specified by:
compareTo
in interface Comparable<JobProperties>
Copyright © 2009-2011 jclouds. All Rights Reserved.