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

com.aliyun.drc.client.impl.TokenResp 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 TokenResp extends CmResp
{
	private String token;
	
	public String getToken() {
		return token;
	}

	public void setToken(String token) {
		this.token = token;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy