railo.runtime.net.s3
Class Properties

java.lang.Object
  extended by railo.runtime.net.s3.Properties

public final class Properties
extends Object


Constructor Summary
Properties()
           
 
Method Summary
 String getAccessKeyId()
           
 int getDefaultLocation()
           
 String getHost()
           
 String getSecretAccessKey()
           
 void setAccessKeyId(String accessKeyId)
           
 void setDefaultLocation(String defaultLocation)
           
 void setHost(String host)
           
 void setSecretAccessKey(String secretAccessKey)
           
 String toString()
           
 Struct toStruct()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Properties

public Properties()
Method Detail

toStruct

public Struct toStruct()

getAccessKeyId

public String getAccessKeyId()
Returns:
the accessKeyId

getHost

public String getHost()
Returns:
the host

setHost

public void setHost(String host)
Parameters:
host - the host to set

getDefaultLocation

public int getDefaultLocation()
Returns:
the defaultLocation

setDefaultLocation

public void setDefaultLocation(String defaultLocation)
Parameters:
defaultLocation - the defaultLocation to set

setAccessKeyId

public void setAccessKeyId(String accessKeyId)
Parameters:
accessKeyId - the accessKeyId to set

getSecretAccessKey

public String getSecretAccessKey()
Returns:
the secretAccessKey

setSecretAccessKey

public void setSecretAccessKey(String secretAccessKey)
Parameters:
secretAccessKey - the secretAccessKey to set

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2012 Railo