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

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

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

import java.util.List;

public class QuerySubscriptionResult extends Result {
	long totalCount;
    List subscriptions;
    
    public long getTotalCount() {
    	return totalCount;
    }
    
    public void setTotalCount(long totalCount) {
    	this.totalCount = totalCount;
    }

    public List getSubscriptions() {
        return subscriptions;
    }

    public void setSubscriptions(List subscriptions) {
        this.subscriptions = subscriptions;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy