public class

WebMapPopupInfo

extends Object
java.lang.Object
   ↳ com.esri.core.portal.WebMapPopupInfo

Summary

Public Methods
String getLayerUrl()
Gets the layer url.
PopupInfo getPopupInfo()
Gets the popup info.
void setLayerUrl(String layerUrl)
Sets the layer url.
void setPopupInfo(PopupInfo popupInfo)
Sets the popup info.
Protected Methods
static WebMapPopupInfo fromJson(JsonParser parser)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getLayerUrl ()

Gets the layer url.

Returns
  • the mLayer

public PopupInfo getPopupInfo ()

Gets the popup info.

Returns
  • the mPopupInfo

public void setLayerUrl (String layerUrl)

Sets the layer url.

Parameters
layerUrl the layer url

public void setPopupInfo (PopupInfo popupInfo)

Sets the popup info.

Parameters
popupInfo the mPopupInfo to set

Protected Methods

protected static WebMapPopupInfo fromJson (JsonParser parser)