|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.sdisuite.IntegrationResponse
public class IntegrationResponse
Represents the response for a checkUrl request.
Constructor Summary | |
---|---|
IntegrationResponse()
Default constructor |
Method Summary | |
---|---|
void |
addBriefLicenseInfo(String pKey,
BriefLicenseInfo pBriefLicenseInfo)
Deprecated. |
Map<String,BriefLicenseInfo> |
getBriefLicenseInfos()
Deprecated. |
String |
getLicenseSelectionClientUrl()
Gets the license selection client URL. |
String |
getUrl()
Gets the URL. |
boolean |
isLicensed()
Gets the flag indicating whether of not the URL is licensed. |
boolean |
isSecured()
Gets the flag indicating whether of not the URL is secured. |
void |
setBriefLicenseInfos(Map<String,BriefLicenseInfo> briefLicenseInfos)
Deprecated. |
void |
setLicensed(boolean licensed)
Sets the flag indicating whether of not the URL is licensed. |
void |
setLicenseSelectionClientUrl(String url)
Sets the license selection client URL. |
void |
setSecured(boolean secured)
Sets the flag indicating whether of not the URL is secured. |
void |
setUrl(String url)
Sets the URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntegrationResponse()
Method Detail |
---|
@Deprecated public Map<String,BriefLicenseInfo> getBriefLicenseInfos()
@Deprecated public void setBriefLicenseInfos(Map<String,BriefLicenseInfo> briefLicenseInfos)
briefLicenseInfos
- the brief license infopublic final boolean isLicensed()
true
if the URL is licensedpublic final void setLicensed(boolean licensed)
licensed
- true
if the URL is licensedpublic final String getLicenseSelectionClientUrl()
public final void setLicenseSelectionClientUrl(String url)
url
- the license selection client URLpublic final boolean isSecured()
true
if the URL is securedpublic final void setSecured(boolean secured)
secured
- true
if the URL is securedpublic String getUrl()
public void setUrl(String url)
url
- the URL@Deprecated public void addBriefLicenseInfo(String pKey, BriefLicenseInfo pBriefLicenseInfo)
pKey
- the parameter keypBriefLicenseInfo
- the parameter value
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |