public static class GroupCfgImpl.GroupImpl extends Object implements GroupCfg.Group
| Constructor and Description |
|---|
GroupImpl() |
GroupImpl(String name,
int priority,
int timeToIdleSeconds) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getPriority() |
int |
getTimeToIdleSeconds() |
void |
setName(String name) |
void |
setPriority(int priority) |
void |
setTimeToIdleSeconds(int timeToIdleSeconds) |
public GroupImpl()
public GroupImpl(String name, int priority, int timeToIdleSeconds)
public String getName()
getName in interface GroupCfg.Grouppublic void setName(String name)
public int getPriority()
getPriority in interface GroupCfg.Grouppublic void setPriority(int priority)
public int getTimeToIdleSeconds()
getTimeToIdleSeconds in interface GroupCfg.Grouppublic void setTimeToIdleSeconds(int timeToIdleSeconds)
Copyright © 2010–2016. All rights reserved.