Class AddStatisticsParams
java.lang.Object
com.kheops.jmap.metadata.statistic.AddStatisticsParams
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContextViewed(Long contextId) voidaddLayerViewed(Long layerId) voidclear()longbooleanvoidsetContextViewed(Set<Long> contextViewed) voidsetLayerViewed(Set<Long> layerViewed) voidsetProjectId(long projectId) voidsetProjectOpened(boolean projectOpened) void
-
Field Details
-
EMPTY
public static final long EMPTY- See Also:
-
-
Constructor Details
-
AddStatisticsParams
public AddStatisticsParams()
-
-
Method Details
-
getProjectId
public long getProjectId() -
setProjectId
public void setProjectId(long projectId) -
getUserId
-
setUserId
-
isProjectOpened
public boolean isProjectOpened() -
setProjectOpened
public void setProjectOpened(boolean projectOpened) -
getContextsViewed
-
setContextViewed
-
getLayersViewed
-
setLayerViewed
-
addContextViewed
-
addLayerViewed
-
clear
public void clear()
-