public class ApplicationStoreConnectionInfoProxy extends Proxy<ApplicationStoreConnectionInfo> implements ApplicationStoreConnectionInfo
Constructor and Description |
---|
ApplicationStoreConnectionInfoProxy() |
Modifier and Type | Method and Description |
---|---|
String |
getUrl()
Returns the URL of the application store or null if not defined or not accessible.
|
String |
getUserEmail()
Returns the e-mail address of the user connected to the application store or null if not defined or not accessible.
|
String |
getUserName()
Returns the user name used to connect to the application store or null if not defined or not accessible.
|
boolean |
isAuthenticated()
Returns true if we are authenticated on the application store, false otherwise.
|
boolean |
isReachable()
Returns true if the application store is reachable, false otherwise.
|
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
public String getUrl()
ApplicationStoreConnectionInfo
getUrl
in interface ApplicationStoreConnectionInfo
public String getUserEmail()
ApplicationStoreConnectionInfo
getUserEmail
in interface ApplicationStoreConnectionInfo
public String getUserName()
ApplicationStoreConnectionInfo
getUserName
in interface ApplicationStoreConnectionInfo
public boolean isAuthenticated()
ApplicationStoreConnectionInfo
isAuthenticated
in interface ApplicationStoreConnectionInfo
public boolean isReachable()
ApplicationStoreConnectionInfo
isReachable
in interface ApplicationStoreConnectionInfo