public class DataProviderSetting
extends java.lang.Object
implements java.io.Serializable
The data service provider settings class.
Used to set general information for data service providers.
| Modifier and Type | Field and Description | 
|---|---|
| protected int | maxFeatures | 
| Constructor and Description | 
|---|
| DataProviderSetting() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj)Compare whether the specified object is equal to the current object. | 
| int | getMaxFeatures()Deprecated.   | 
| int | hashCode()Gets the hash value of the object instance | 
| void | setMaxFeatures(int maxFeatures)Deprecated.  | 
@Deprecated public void setMaxFeatures(int maxFeatures)
Sets the default maximum number of returned features, deprecated
maxFeatures -@Deprecated public int getMaxFeatures()
Gets the default maximum number of return elements, the default value of -1, means that return all records, deprecated
public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
equals in class java.lang.Objectobj - the object that is compared with the current object.public int hashCode()
hashCode in class java.lang.Object