Class EnvironmentReport.ChannelContext
- java.lang.Object
-
- com.broadleafcommerce.common.extension.EnvironmentReport.ChannelContext
-
- Enclosing class:
- EnvironmentReport
public static class EnvironmentReport.ChannelContext extends Object
-
-
Constructor Summary
Constructors Constructor Description ChannelContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)static voidclear()booleanequals(Object o)static EnvironmentReport.ChannelContextgetContext()Set<EnvironmentReport.ChannelInfo>getInfos()inthashCode()voidsetInfos(Set<EnvironmentReport.ChannelInfo> infos)StringtoString()
-
-
-
Method Detail
-
getContext
public static EnvironmentReport.ChannelContext getContext()
-
clear
public static void clear()
-
getInfos
public Set<EnvironmentReport.ChannelInfo> getInfos()
-
setInfos
public void setInfos(Set<EnvironmentReport.ChannelInfo> infos)
-
canEqual
protected boolean canEqual(Object other)
-
-