org.jclouds.googlecloudstorage.domain.internal
Class Website

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

public class Website
extends Object

This is a internal object in bucket resource

See Also:

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

getMainPageSuffix

public String getMainPageSuffix()

getNotFoundPage

public String getNotFoundPage()

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


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