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

com.aliyun.datahub.model.InitOffsetContextResult Maven / Gradle / Ivy

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.model;

import java.util.Map;

public class InitOffsetContextResult {
    Map offsets;
    
    public Map getOffsets() {
        return offsets;
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy