org.jclouds.cloudstack.domain
Class SnapshotPolicySchedule

java.lang.Object
  extended by org.jclouds.cloudstack.domain.SnapshotPolicySchedule

public class SnapshotPolicySchedule
extends Object

Describes the schedule of a snapshot policy.

Author:
Richard Downer
See Also:
SnapshotPolicySchedules

Nested Class Summary
static class SnapshotPolicySchedule.Builder<T extends SnapshotPolicySchedule.Builder<T>>
           
 
Constructor Summary
protected SnapshotPolicySchedule(Snapshot.Interval interval, String time)
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnapshotPolicySchedule

@ConstructorProperties(value={"interval","time"})
protected SnapshotPolicySchedule(@Nullable
                                                            Snapshot.Interval interval,
                                                            @Nullable
                                                            String time)
Method Detail

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.