org.jclouds.googlecloudstorage.domain
Class ObjectAccessControls
java.lang.Object
org.jclouds.googlecloudstorage.domain.Resource
org.jclouds.googlecloudstorage.domain.ObjectAccessControls
public class ObjectAccessControls
- extends Resource
Represents a Object Access Control Resource.
- See Also:
| Nested classes/interfaces inherited from class org.jclouds.googlecloudstorage.domain.Resource |
Resource.Kind |
|
Constructor Summary |
protected |
ObjectAccessControls(String id,
URI selfLink,
String etag,
String bucket,
String object,
Long generation,
String entity,
String entityId,
DomainResourceReferences.ObjectRole role,
String email,
String domain,
ProjectTeam projectTeam)
|
bucket
protected final String bucket
entity
protected final String entity
object
protected final String object
generation
protected final Long generation
role
protected final DomainResourceReferences.ObjectRole role
email
protected final String email
entityId
protected final String entityId
domain
protected final String domain
projectTeam
protected final ProjectTeam projectTeam
ObjectAccessControls
protected ObjectAccessControls(@Nullable
String id,
@Nullable
URI selfLink,
@Nullable
String etag,
String bucket,
@Nullable
String object,
@Nullable
Long generation,
String entity,
@Nullable
String entityId,
DomainResourceReferences.ObjectRole role,
@Nullable
String email,
@Nullable
String domain,
@Nullable
ProjectTeam projectTeam)
getBucket
public String getBucket()
getEntity
public String getEntity()
getRole
public DomainResourceReferences.ObjectRole getRole()
getEmail
public String getEmail()
getObject
public String getObject()
getGeneration
public Long getGeneration()
getDomain
public String getDomain()
getEntityId
public String getEntityId()
getProjectTeam
public ProjectTeam getProjectTeam()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Resource
string
protected com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class Resource
hashCode
public int hashCode()
- Overrides:
hashCode in class Resource
toString
public String toString()
- Overrides:
toString in class Resource
builder
public static ObjectAccessControls.Builder builder()
toBuilder
public ObjectAccessControls.Builder toBuilder()
- Overrides:
toBuilder in class Resource
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.