public class SourceOptionsObject extends GenericModel
| Constructor and Description | 
|---|
SourceOptionsObject()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Long | 
getLimit()
Gets the limit. 
 | 
java.lang.String | 
getName()
Gets the name. 
 | 
void | 
setLimit(long limit)
Sets the limit. 
 | 
void | 
setName(java.lang.String name)
Sets the name. 
 | 
equals, hashCode, toStringpublic java.lang.String getName()
public java.lang.Long getLimit()
public void setName(java.lang.String name)
name - the new namepublic void setLimit(long limit)
limit - the new limit