org.jclouds.googlecloudstorage.domain.internal
Class Owner

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

public class Owner
extends Object

This is an internal object used in both Bucket and Object representation


Nested Class Summary
static class Owner.Builder
           
 
Method Summary
static Owner.Builder builder()
           
 boolean equals(Object obj)
           
 String getEntity()
           
 String getEntityId()
           
 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

getEntity

public String getEntity()

getEntityId

public String getEntityId()

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 Owner.Builder builder()


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