com.feedhenry.sdk
Class CloudProps

java.lang.Object
  extended by com.feedhenry.sdk.CloudProps

public class CloudProps
extends java.lang.Object


Constructor Summary
CloudProps(java.util.Properties pAppProps, JSONObject pCloudProps)
           
 
Method Summary
 java.util.Properties getAppProperties()
           
 java.lang.String getCloudHost()
          Return the cloud host of the app
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudProps

public CloudProps(java.util.Properties pAppProps,
                  JSONObject pCloudProps)
Method Detail

getCloudHost

public java.lang.String getCloudHost()
Return the cloud host of the app

Returns:
the cloud host (no trailing "/")

getAppProperties

public java.util.Properties getAppProperties()