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

com.alibaba.hologres.client.impl.action.GetAction Maven / Gradle / Ivy

There is a newer version: 2.5.5
Show newest version
/*
 * Copyright (c) 2021. Alibaba Group Holding Limited
 */

package com.alibaba.hologres.client.impl.action;

import com.alibaba.hologres.client.Get;

import java.util.List;

/**
 * ga.
 */
public class GetAction extends AbstractAction {

	List getList;

	public GetAction(List getList) {
		this.getList = getList;
	}

	public List getGetList() {
		return getList;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy