public class ComponentSettingSet
extends NamedSetting
implements java.io.Serializable
Service component configuration assemble.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
disabledInterfaceNames
The service interface name list whose service instants are stopped.
|
java.lang.String |
interfaceNames
The service interface name list whose service instants are stopped.
|
java.util.List<ComponentSetting> |
settings
the configuration information list of the service component.
|
Constructor and Description |
---|
ComponentSettingSet() |
ComponentSettingSet(ComponentSettingSet componentSettingSet) |
Modifier and Type | Method and Description |
---|---|
ComponentSettingSet |
copy()
Copies.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode()
Generates the hash code value of the object instance.
|
public java.lang.String interfaceNames
The service interface name list whose service instants are stopped. The interface name is separated by comma.
public java.lang.String disabledInterfaceNames
The service interface name list whose service instants are stopped. The interface name is separated by comma.
public java.util.List<ComponentSetting> settings
the configuration information list of the service component. The service component configuration information contained in the service component configuration collection.
public ComponentSettingSet()
public ComponentSettingSet(ComponentSettingSet componentSettingSet)
public final ComponentSettingSet copy()
Copies. Generates a new ComponentSettingSet object exactly the same as the original one.
public boolean equals(java.lang.Object obj)
public final int hashCode()