public class Rule extends Object implements Serializable
Constructor and Description |
---|
Rule() |
Rule(int type,
String selector,
String[] errorCodes,
int priority,
String[] labels) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String[] |
getErrorCodes() |
String[] |
getLabels() |
int |
getPriority() |
String |
getSelector() |
static long |
getSerialversionuid() |
int |
getType() |
int |
hashCode() |
void |
setErrorCodes(String[] errorCodes) |
void |
setLabels(String[] labels) |
void |
setPriority(int priority) |
void |
setSelector(String selector) |
void |
setType(int type) |
String |
toString() |
public int getType()
public void setType(int type)
public String getSelector()
public void setSelector(String selector)
public String[] getErrorCodes()
public void setErrorCodes(String[] errorCodes)
public int getPriority()
public void setPriority(int priority)
public String[] getLabels()
public void setLabels(String[] labels)
public static long getSerialversionuid()
Copyright © 2016–2019. All rights reserved.