All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.sdk.iot.deps.serializer.TwinStatus Maven / Gradle / Ivy

// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

package com.microsoft.azure.sdk.iot.deps.serializer;

import com.google.gson.annotations.SerializedName;

/**
 * INNER TWINPARSER CLASS
 *
 * Enum for device status
 * @deprecated As of release 0.4.0, replaced by {@link com.microsoft.azure.sdk.iot.deps.twin.TwinStatus}
 */
@Deprecated
public enum TwinStatus
{
    @SerializedName("enabled")
    enabled,

    @SerializedName("disabled")
    disabled
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy