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

com.aliyun.drc.client.impl.StoreResp Maven / Gradle / Ivy

There is a newer version: 5.0.0.1-cloud.beta
Show newest version
package com.aliyun.drc.client.impl;

public class StoreResp extends TokenResp
{
	private String store;
	
	public String getStore() {
		return store;
	}

	public void setStore(String store) {
		this.store = store;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy