public class ModulesArguments
extends java.lang.Object
Constructor and Description |
---|
ModulesArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getModuleCount()
The number of modules to return.
|
java.lang.Integer |
getStartModule()
The index of the first module to return; if omitted modules start at 0.
|
int |
hashCode() |
void |
setModuleCount(java.lang.Integer moduleCount)
The number of modules to return.
|
void |
setStartModule(java.lang.Integer startModule)
The index of the first module to return; if omitted modules start at 0.
|
java.lang.String |
toString() |
@Pure public java.lang.Integer getStartModule()
This is an optional property.
public void setStartModule(java.lang.Integer startModule)
This is an optional property.
@Pure public java.lang.Integer getModuleCount()
This is an optional property.
public void setModuleCount(java.lang.Integer moduleCount)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object