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

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

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

import com.google.protobuf.Message;

public interface BaseProtobufModel {
    // record serialize type
    String getContentType();

    // get message
    Message getMessage();
    // set message
    void setMessage(Message message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy