public class GroupInput extends Object
| Constructor and Description |
|---|
GroupInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
int |
getPriority() |
int |
getTimetoIdleSeconds() |
boolean |
isDelete() |
boolean |
isList() |
boolean |
isNoHeaders() |
void |
setDelete(boolean delete) |
void |
setGroupName(String groupName) |
void |
setList(boolean list) |
void |
setNoHeaders(boolean noHeaders) |
void |
setPriority(int priority) |
void |
setTimetoIdleSeconds(int timetoIdleSeconds) |
public String getGroupName()
public void setGroupName(String groupName)
public int getPriority()
public void setPriority(int priority)
public int getTimetoIdleSeconds()
public void setTimetoIdleSeconds(int timetoIdleSeconds)
public boolean isDelete()
public boolean isNoHeaders()
public void setNoHeaders(boolean noHeaders)
public void setDelete(boolean delete)
public boolean isList()
public void setList(boolean list)
Copyright © 2010–2016. All rights reserved.