public class SnapshotPolicySchedule extends Object
SnapshotPolicySchedules
Modifier and Type | Class and Description |
---|---|
static class |
SnapshotPolicySchedule.Builder<T extends SnapshotPolicySchedule.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
SnapshotPolicySchedule(Snapshot.Interval interval,
String time) |
Modifier and Type | Method and Description |
---|---|
static SnapshotPolicySchedule.Builder<?> |
builder() |
boolean |
equals(Object obj) |
Snapshot.Interval |
getInterval() |
String |
getTime() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
SnapshotPolicySchedule.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"interval","time"}) protected SnapshotPolicySchedule(@Nullable Snapshot.Interval interval, @Nullable String time)
public static SnapshotPolicySchedule.Builder<?> builder()
public SnapshotPolicySchedule.Builder<?> toBuilder()
@Nullable public Snapshot.Interval getInterval()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.