Class EnvironmentReport.ChannelInfo
- java.lang.Object
-
- com.broadleafcommerce.common.extension.EnvironmentReport.ChannelInfo
-
- Enclosing class:
- EnvironmentReport
public static class EnvironmentReport.ChannelInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ChannelInfo(EnvironmentReport.ChannelType type, String name, String properties, boolean enabled, String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()StringgetProperties()StringgetReason()EnvironmentReport.ChannelTypegetType()inthashCode()booleanisEnabled()StringtoString()
-
-
-
Constructor Detail
-
ChannelInfo
public ChannelInfo(EnvironmentReport.ChannelType type, String name, String properties, boolean enabled, String reason)
-
-
Method Detail
-
getType
public EnvironmentReport.ChannelType getType()
-
getName
public String getName()
-
getProperties
public String getProperties()
-
isEnabled
public boolean isEnabled()
-
getReason
public String getReason()
-
canEqual
protected boolean canEqual(Object other)
-
-