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

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

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

import com.fasterxml.jackson.annotation.JsonProperty;

import java.util.Map;

public class OpenSubscriptionSessionResult extends BaseResult {
    @JsonProperty("Offsets")
    private Map offsets;

    public Map getOffsets() {
        return offsets;
    }

    public void setOffsets(Map offsets) {
        this.offsets = offsets;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy