public class INGetCarPowerLevelStatusIntentResponse extends INIntentResponse
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret| Modifier | Constructor and Description |
|---|---|
protected |
INGetCarPowerLevelStatusIntentResponse(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
_supportsSecureCoding()
This property must return YES on all classes that allow secure coding.
|
static boolean |
accessInstanceVariablesDirectly() |
java.lang.String |
activeConnector()
The current connector being used to deliver charge to the vehicle’s battery.
|
static INGetCarPowerLevelStatusIntentResponse |
alloc() |
static INGetCarPowerLevelStatusIntentResponse |
allocWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
static boolean |
automaticallyNotifiesObserversForKey(java.lang.String key) |
static void |
cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget) |
static void |
cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument) |
java.lang.String |
carIdentifier()
An identifier for the vehicles.
|
NSNumber |
chargePercentRemaining() |
NSNumber |
charging() |
NSDictionary<java.lang.String,?> |
chargingFormulaArguments()
A dictionary mapping NSStrings to serializable objects (NSString, NSNumber, NSArray, NSDictionary, or NSNull) that contains OEM provided parameters for the charging model that is used to calculate the duration of charging at a station.
|
static NSArray<java.lang.String> |
classFallbacksForKeyedArchiver() |
static org.moe.natj.objc.Class |
classForKeyedUnarchiver() |
long |
code() |
NSDictionary<java.lang.String,?> |
consumptionFormulaArguments()
A dictionary mapping NSStrings to serializable objects (NSString, NSNumber, NSArray, NSDictionary, or NSNull) that contains the OEM provided parameters for the consumption model used to calculate the vehicle’s energy consumption as the user drives.
|
NSMeasurement<NSUnitEnergy> |
currentBatteryCapacity()
The current capacity of the battery.
|
NSDateComponents |
dateOfLastStateUpdate()
A time stamp for an instance of the state of charge.
|
static java.lang.String |
debugDescription_static() |
static java.lang.String |
description_static() |
NSMeasurement<NSUnitLength> |
distanceRemaining()
The distance that the car can travel on the remaining resources.
|
NSMeasurement<NSUnitLength> |
distanceRemainingElectric()
The maximum distance an electric vehicle can travel with the remaining charge.
|
NSMeasurement<NSUnitLength> |
distanceRemainingFuel()
The maximum distance a vehicle can travel with the remaining fuel.
|
NSNumber |
fuelPercentRemaining() |
static long |
hash_static() |
INGetCarPowerLevelStatusIntentResponse |
init() |
INGetCarPowerLevelStatusIntentResponse |
initWithCoder(NSCoder coder)
NS_DESIGNATED_INITIALIZER
|
INGetCarPowerLevelStatusIntentResponse |
initWithCodeUserActivity(long code,
NSUserActivity userActivity)
The app extension has the option of capturing its private state as an NSUserActivity and returning it as the 'currentActivity'.
|
static NSObject.Function_instanceMethodForSelector_ret |
instanceMethodForSelector(org.moe.natj.objc.SEL aSelector) |
static NSMethodSignature |
instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
instancesRespondToSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
isSubclassOfClass(org.moe.natj.objc.Class aClass) |
static NSSet<java.lang.String> |
keyPathsForValuesAffectingValueForKey(java.lang.String key) |
NSMeasurement<NSUnitEnergy> |
maximumBatteryCapacity()
The maximum rated capacity of the vehicle’s battery.
|
NSMeasurement<NSUnitLength> |
maximumDistance()
The maximum distance a vehicle can travel with full resources.
|
NSMeasurement<NSUnitLength> |
maximumDistanceElectric()
The maximum distance an electric vehicle can travel on a full charge.
|
NSMeasurement<NSUnitLength> |
maximumDistanceFuel()
The maximum distance a vehicle can travel with full resources.
|
NSMeasurement<NSUnitEnergy> |
minimumBatteryCapacity()
Minimum battery capacity.
|
NSNumber |
minutesToFull() |
static INGetCarPowerLevelStatusIntentResponse |
new_objc() |
static boolean |
resolveClassMethod(org.moe.natj.objc.SEL sel) |
static boolean |
resolveInstanceMethod(org.moe.natj.objc.SEL sel) |
void |
setActiveConnector(java.lang.String value)
The current connector being used to deliver charge to the vehicle’s battery.
|
void |
setCarIdentifier(java.lang.String value)
An identifier for the vehicles.
|
void |
setChargePercentRemaining(NSNumber value) |
void |
setCharging(NSNumber value) |
void |
setChargingFormulaArguments(NSDictionary<java.lang.String,?> value)
A dictionary mapping NSStrings to serializable objects (NSString, NSNumber, NSArray, NSDictionary, or NSNull) that contains OEM provided parameters for the charging model that is used to calculate the duration of charging at a station.
|
void |
setConsumptionFormulaArguments(NSDictionary<java.lang.String,?> value)
A dictionary mapping NSStrings to serializable objects (NSString, NSNumber, NSArray, NSDictionary, or NSNull) that contains the OEM provided parameters for the consumption model used to calculate the vehicle’s energy consumption as the user drives.
|
void |
setCurrentBatteryCapacity(NSMeasurement<NSUnitEnergy> value)
The current capacity of the battery.
|
void |
setDateOfLastStateUpdate(NSDateComponents value)
A time stamp for an instance of the state of charge.
|
void |
setDistanceRemaining(NSMeasurement<NSUnitLength> value)
The distance that the car can travel on the remaining resources.
|
void |
setDistanceRemainingElectric(NSMeasurement<NSUnitLength> value)
The maximum distance an electric vehicle can travel with the remaining charge.
|
void |
setDistanceRemainingFuel(NSMeasurement<NSUnitLength> value)
The maximum distance a vehicle can travel with the remaining fuel.
|
void |
setFuelPercentRemaining(NSNumber value) |
void |
setMaximumBatteryCapacity(NSMeasurement<NSUnitEnergy> value)
The maximum rated capacity of the vehicle’s battery.
|
void |
setMaximumDistance(NSMeasurement<NSUnitLength> value)
The maximum distance a vehicle can travel with full resources.
|
void |
setMaximumDistanceElectric(NSMeasurement<NSUnitLength> value)
The maximum distance an electric vehicle can travel on a full charge.
|
void |
setMaximumDistanceFuel(NSMeasurement<NSUnitLength> value)
The maximum distance a vehicle can travel with full resources.
|
void |
setMinimumBatteryCapacity(NSMeasurement<NSUnitEnergy> value)
Minimum battery capacity.
|
void |
setMinutesToFull(NSNumber value) |
static void |
setVersion_static(long aVersion) |
static org.moe.natj.objc.Class |
superclass_static() |
static boolean |
supportsSecureCoding() |
static long |
version_static() |
copyWithZone, encodeWithCoder, setUserActivity, userActivityaccessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKeyprotected INGetCarPowerLevelStatusIntentResponse(org.moe.natj.general.Pointer peer)
public static boolean accessInstanceVariablesDirectly()
public static INGetCarPowerLevelStatusIntentResponse alloc()
public static INGetCarPowerLevelStatusIntentResponse allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument)
public NSNumber chargePercentRemaining()
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
public long code()
public static java.lang.String debugDescription_static()
public static java.lang.String description_static()
public NSMeasurement<NSUnitLength> distanceRemaining()
public NSNumber fuelPercentRemaining()
public static long hash_static()
public INGetCarPowerLevelStatusIntentResponse init()
init in class INIntentResponsepublic INGetCarPowerLevelStatusIntentResponse initWithCodeUserActivity(long code, NSUserActivity userActivity)
public INGetCarPowerLevelStatusIntentResponse initWithCoder(NSCoder coder)
NSCodinginitWithCoder in interface NSCodinginitWithCoder in class INIntentResponsepublic static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
public static INGetCarPowerLevelStatusIntentResponse new_objc()
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
public void setChargePercentRemaining(NSNumber value)
public void setDistanceRemaining(NSMeasurement<NSUnitLength> value)
public void setFuelPercentRemaining(NSNumber value)
public static void setVersion_static(long aVersion)
public static org.moe.natj.objc.Class superclass_static()
public static boolean supportsSecureCoding()
public boolean _supportsSecureCoding()
NSSecureCoding_supportsSecureCoding in interface NSSecureCoding_supportsSecureCoding in class INIntentResponsepublic static long version_static()
public NSNumber charging()
public NSNumber minutesToFull()
public void setCharging(NSNumber value)
public void setMinutesToFull(NSNumber value)
public java.lang.String activeConnector()
public java.lang.String carIdentifier()
public NSDictionary<java.lang.String,?> chargingFormulaArguments()
public NSDictionary<java.lang.String,?> consumptionFormulaArguments()
public NSMeasurement<NSUnitEnergy> currentBatteryCapacity()
public NSDateComponents dateOfLastStateUpdate()
public NSMeasurement<NSUnitLength> distanceRemainingElectric()
public NSMeasurement<NSUnitLength> distanceRemainingFuel()
public NSMeasurement<NSUnitEnergy> maximumBatteryCapacity()
public NSMeasurement<NSUnitLength> maximumDistance()
public NSMeasurement<NSUnitLength> maximumDistanceElectric()
public NSMeasurement<NSUnitLength> maximumDistanceFuel()
public NSMeasurement<NSUnitEnergy> minimumBatteryCapacity()
public void setActiveConnector(java.lang.String value)
public void setCarIdentifier(java.lang.String value)
public void setChargingFormulaArguments(NSDictionary<java.lang.String,?> value)
public void setConsumptionFormulaArguments(NSDictionary<java.lang.String,?> value)
public void setCurrentBatteryCapacity(NSMeasurement<NSUnitEnergy> value)
public void setDateOfLastStateUpdate(NSDateComponents value)
public void setDistanceRemainingElectric(NSMeasurement<NSUnitLength> value)
public void setDistanceRemainingFuel(NSMeasurement<NSUnitLength> value)
public void setMaximumBatteryCapacity(NSMeasurement<NSUnitEnergy> value)
public void setMaximumDistance(NSMeasurement<NSUnitLength> value)
public void setMaximumDistanceElectric(NSMeasurement<NSUnitLength> value)
public void setMaximumDistanceFuel(NSMeasurement<NSUnitLength> value)
public void setMinimumBatteryCapacity(NSMeasurement<NSUnitEnergy> value)