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

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

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

import com.fasterxml.jackson.annotation.JsonProperty;

public class GetConnectorDoneTimeResult extends BaseResult {
    @JsonProperty("DoneTime")
    private Long doneTime;

    public Long getDoneTime() {
        return doneTime;
    }

    public void setDoneTime(Long doneTime) {
        this.doneTime = doneTime;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy