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

com.aliyun.datahub.client.http.provider.protobuf.BaseProtobufModel Maven / Gradle / Ivy

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.client.http.provider.protobuf;

import com.aliyun.datahub.client.model.BaseResult;
import com.google.protobuf.Message;

public abstract class BaseProtobufModel extends BaseResult {
    // get message
    public Message getMessage() {
        return null;
    }

    // set message
    public void setMessage(Message message) {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy