com.aliyun.drc.client.impl.StoreResp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
The core java client for accessing Data Transmission Service
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;
}
}