org.jclouds.googlecloudstorage.domain.internal
Class Condition

java.lang.Object
  extended by org.jclouds.googlecloudstorage.domain.internal.Condition

public class Condition
extends Object

This is an Internal Object used in BucketLifeCycles/Rules.


Nested Class Summary
static class Condition.Builder
           
 
Method Summary
static Condition.Builder builder()
           
 boolean equals(Object obj)
           
 Integer getAge()
           
 Date getCreatedBefore()
           
 Boolean getIsLive()
           
 Integer getNumNewerVersions()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getAge

public Integer getAge()

getCreatedBefore

public Date getCreatedBefore()

getIsLive

public Boolean getIsLive()

getNumNewerVersions

public Integer getNumNewerVersions()

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

builder

public static Condition.Builder builder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.