com.supermap.services.components.spi
Class DataProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.DataProviderSetting
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AggregationDataProviderSetting, RestDataProviderSetting, UGCDataProviderSetting, WFSDataProviderSetting
public class DataProviderSetting extends java.lang.Object implements java.io.SerializableThe data service provider settings class.
Used to set general information for data service providers.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected intmaxFeatures
-
Constructor Summary
Constructors Constructor and Description DataProviderSetting()
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)Compare whether the specified object is equal to the current object.intgetMaxFeatures()Deprecated.inthashCode()Gets the hash value of the object instancevoidsetMaxFeatures(int maxFeatures)Deprecated.
-
-
-
Method Detail
-
setMaxFeatures
@Deprecated public void setMaxFeatures(int maxFeatures)
Deprecated.Sets the default maximum number of returned features, deprecated
- Parameters:
maxFeatures-
-
getMaxFeatures
@Deprecated public int getMaxFeatures()
Deprecated.Gets the default maximum number of return elements, the default value of -1, means that return all records, deprecated
- Returns:
-
equals
public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object that is compared with the current object.- Returns:
- Returns true if both objects are equal; false otherwise.
-
hashCode
public int hashCode()
Gets the hash value of the object instance- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash value
-
-