Class NagiosPhraseBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.NagiosPhraseBean
-
public class NagiosPhraseBean extends Object
-
-
Constructor Summary
Constructors Constructor Description NagiosPhraseBean()
NagiosPhraseBean(boolean isOk, String phrase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
NagiosPhraseBean
public NagiosPhraseBean()
-
NagiosPhraseBean
public NagiosPhraseBean(boolean isOk, String phrase)
-
-
Method Detail
-
setOkPhrase
public void setOkPhrase(boolean isOkPhrase)
-
isOkPhrase
public boolean isOkPhrase()
-
setPhrase
public void setPhrase(String phrase)
-
getPhrase
public String getPhrase()
-
setMappedPriority
public void setMappedPriority(String mappedPriority)
-
getMappedPriority
public String getMappedPriority()
-
setId
public void setId(int id)
-
getId
public int getId()
-
-