public class NagiosPhraseBean extends Object
Constructor and Description |
---|
NagiosPhraseBean() |
NagiosPhraseBean(boolean isOk,
String phrase) |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
String |
getMappedPriority() |
String |
getPhrase() |
boolean |
isOkPhrase() |
void |
setId(int id) |
void |
setMappedPriority(String mappedPriority) |
void |
setOkPhrase(boolean isOkPhrase) |
void |
setPhrase(String phrase) |
public NagiosPhraseBean()
public NagiosPhraseBean(boolean isOk, String phrase)
public void setOkPhrase(boolean isOkPhrase)
public boolean isOkPhrase()
public void setPhrase(String phrase)
public String getPhrase()
public void setMappedPriority(String mappedPriority)
public String getMappedPriority()
public void setId(int id)
public int getId()
Copyright © 2008–2022 The Plugin People. All rights reserved.