15 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_CAPABILITYSTATE_H_ 16 #define ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_CAPABILITYSTATE_H_ 93 return !(rhs == *
this);
100 valuePayload(valuePayload),
101 timeOfSample(timeOfSample),
102 uncertaintyInMilliseconds(uncertaintyInMilliseconds) {
109 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_CAPABILITYSTATE_H_ utils::timing::TimePoint timeOfSample
The time at which the property value was recorded.
Definition: CapabilityState.h:80
::std::string string
Definition: gtest-port.h:1097
std::string valuePayload
A string representation of the value payload.
Definition: CapabilityState.h:77
int64_t getTime_Unix() const
Definition: TimePoint.h:31
uint32_t uncertaintyInMilliseconds
The number of milliseconds that have elapsed since the property value was last confirmed.
Definition: CapabilityState.h:83
CapabilityState & operator=(const CapabilityState &other)=default
Definition: CapabilityState.h:31
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
CapabilityState()=default
bool operator==(const CapabilityState &rhs) const
Definition: CapabilityState.h:86
bool operator!=(const CapabilityState &rhs) const
Definition: CapabilityState.h:92