Class AutoAdministrationTreeExclusion
- java.lang.Object
-
- lumis.service.autoadministration.entity.AutoAdministrationTreeExclusion
-
public class AutoAdministrationTreeExclusion extends Object
Auto administration tree item exclusion.- Since:
- 10.4.0
- Version:
- $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
-
-
Constructor Summary
Constructors Constructor Description AutoAdministrationTreeExclusion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChannelId()
Returns the channelId.String
getId()
Returns the id.String
getName()
Returns the name.String
getServiceInstanceId()
Returns the serviceInstanceId.AutoAdministrationTree
getTree()
Returns the tree.AutoAdministrationTreeItemType
getType()
Returns the type.String
toString()
-
-
-
Method Detail
-
getId
public String getId()
Returns the id.- Returns:
- the id
- Since:
- 10.4.0
-
getTree
public AutoAdministrationTree getTree()
Returns the tree.- Returns:
- the tree
- Since:
- 10.4.0
-
getType
public AutoAdministrationTreeItemType getType()
Returns the type.- Returns:
- the type
- Since:
- 10.4.0
-
getName
public String getName()
Returns the name.- Returns:
- the name
- Since:
- 10.4.0
-
getServiceInstanceId
public String getServiceInstanceId()
Returns the serviceInstanceId.- Returns:
- the serviceInstanceId
- Since:
- 10.4.0
-
getChannelId
public String getChannelId()
Returns the channelId.- Returns:
- the channelId
- Since:
- 10.4.0
-
-