public class Dataset extends Object implements Comparable<Dataset>
Modifier and Type | Class and Description |
---|---|
static class |
Dataset.Builder |
Modifier and Type | Field and Description |
---|---|
protected Date |
created |
protected String |
id |
protected boolean |
isDefault |
protected String |
name |
protected Type |
type |
protected String |
urn |
protected String |
version |
Constructor and Description |
---|
Dataset(String id,
String name,
Type type,
String version,
String urn,
boolean isDefault,
Date created) |
Modifier and Type | Method and Description |
---|---|
static Dataset.Builder |
builder() |
int |
compareTo(Dataset other) |
boolean |
equals(Object object) |
Date |
getCreated() |
String |
getId() |
String |
getName() |
Type |
getType() |
String |
getUrn() |
String |
getVersion() |
int |
hashCode() |
boolean |
isDefault() |
String |
toString() |
protected final String id
protected final String name
protected final Type type
protected final String version
protected final String urn
protected final boolean isDefault
protected final Date created
public static Dataset.Builder builder()
public String getId()
public String getName()
public Type getType()
public String getVersion()
public String getUrn()
public boolean isDefault()
public Date getCreated()
public int compareTo(Dataset other)
compareTo
in interface Comparable<Dataset>
Copyright © 2009-2012 jclouds. All Rights Reserved.