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

com.aliyun.datahub.client.model.SubscriptionState Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.model;

import com.fasterxml.jackson.annotation.JsonValue;

public enum SubscriptionState {
    OFFLINE,
    ONLINE;

    @JsonValue
    public int getValue() {
        return ordinal();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy