public final class CurrentStatus extends Object implements Serializable
Constructor and Description |
---|
CurrentStatus() |
Modifier and Type | Method and Description |
---|---|
UserGroup |
getCredentials() |
String |
getCurrentResourceSubType() |
String |
getCurrentResourceType() |
String |
getCurrentScope() |
String |
getCurrentUser() |
RunningMode |
getRunningMode() |
boolean |
isLoadGHNatStartup() |
void |
setCredentials(UserGroup credentials) |
void |
setCurrentResourceSubType(String currentResourceSubType) |
void |
setCurrentResourceType(String resType) |
void |
setCurrentScope(String scope) |
void |
setCurrentUser(String currentUser) |
void |
setLoadGHNatStartup(boolean loadGHNatStartup) |
void |
setRunningMode(RunningMode runningMode) |
void |
setUseCache(boolean useCache) |
boolean |
useCache() |
public boolean useCache()
public void setUseCache(boolean useCache)
public void setCurrentScope(String scope)
public String getCurrentScope()
public void setCurrentResourceType(String resType)
public String getCurrentResourceType()
public String getCurrentResourceSubType()
public void setCurrentResourceSubType(String currentResourceSubType)
public UserGroup getCredentials()
public void setCredentials(UserGroup credentials)
public void setRunningMode(RunningMode runningMode)
public RunningMode getRunningMode()
public void setCurrentUser(String currentUser)
public String getCurrentUser()
public boolean isLoadGHNatStartup()
public void setLoadGHNatStartup(boolean loadGHNatStartup)
Copyright © 2018. All Rights Reserved.