Drive API v2 (revision 47)
com.google.api.services.drive.model
Class About.Features
java.lang.Object
java.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.drive.model.About.Features
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
- Enclosing class:
- About
public static final class About.Features
- extends GenericJson
Model definition for AboutFeatures.
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
About.Features
public About.Features()
getFeatureName
public java.lang.String getFeatureName()
- The name of the feature.
The value returned may be
null
.
setFeatureName
public About.Features setFeatureName(java.lang.String featureName)
- The name of the feature.
The value set may be
null
.
getFeatureRate
public java.lang.Double getFeatureRate()
- The request limit rate for this feature, in queries per second.
The value returned may be
null
.
setFeatureRate
public About.Features setFeatureRate(java.lang.Double featureRate)
- The request limit rate for this feature, in queries per second.
The value set may be
null
.