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

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

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

public class PutRecordsResultEntry {

    private String shardId;
    private String recordId;

    private String errorCode;
    private String errorMsg;

    public String getShardId() {
        return shardId;
    }

    public void setShardId(String shardId) {
        this.shardId = shardId;
    }

    public String getRecordId() {
        return recordId;
    }

    public void setRecordId(String recordId) {
        this.recordId = recordId;
    }

    public String getErrorCode() {
        return errorCode;
    }

    public void setErrorCode(String errorCode) {
        this.errorCode = errorCode;
    }

    public String getErrorMsg() {
        return errorMsg;
    }

    public void setErrorMsg(String errorMsg) {
        this.errorMsg = errorMsg;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy