org.jclouds.googlecloudstorage.domain.internal
Class BucketCors

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

public class BucketCors
extends Object

The bucket's Cross-Origin Resource Sharing (CORS) configuration.

See Also:

Nested Class Summary
static class BucketCors.Builder
           
 
Method Summary
static BucketCors.Builder builder()
           
 boolean equals(Object obj)
           
 Integer getMaxAgeSeconds()
           
 Set<String> getMethod()
           
 Set<String> getOrigin()
           
 Set<String> getResponseHeader()
           
 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

getOrigin

public Set<String> getOrigin()

getMethod

public Set<String> getMethod()

getResponseHeader

public Set<String> getResponseHeader()

getMaxAgeSeconds

public Integer getMaxAgeSeconds()

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


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