public class ContentInspectModule
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
frequency
Inspection frequency
|
private int |
type
Content inspection type
|
| Constructor and Description |
|---|
ContentInspectModule()
Default constructor for ContentInspectModule.
|
ContentInspectModule(int type,
int frequency)
Constructs ContentInspectModule with type and frequency.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFrequency()
Gets the inspection frequency.
|
int |
getType()
Gets the content inspection type.
|
void |
setFrequency(int frequency)
Sets the inspection frequency.
|
void |
setType(int type)
Sets the content inspection type.
|
private int type
private int frequency
public ContentInspectModule()
public ContentInspectModule(int type,
int frequency)
type - Content inspection typefrequency - Inspection frequencypublic int getType()
public void setType(int type)
type - Content inspection typepublic int getFrequency()
public void setFrequency(int frequency)
frequency - Inspection frequency