org.jclouds.cloudstack.domain
Class SnapshotPolicySchedule
java.lang.Object
org.jclouds.cloudstack.domain.SnapshotPolicySchedule
public class SnapshotPolicySchedule
- extends Object
Describes the schedule of a snapshot policy.
- Author:
- Richard Downer
- See Also:
SnapshotPolicySchedules
SnapshotPolicySchedule
@ConstructorProperties(value={"interval","time"})
protected SnapshotPolicySchedule(@Nullable
Snapshot.Interval interval,
@Nullable
String time)
builder
public static SnapshotPolicySchedule.Builder<?> builder()
toBuilder
public SnapshotPolicySchedule.Builder<?> toBuilder()
getInterval
@Nullable
public Snapshot.Interval getInterval()
getTime
@Nullable
public String getTime()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2013 jclouds. All Rights Reserved.