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

devutility.internal.models.BaseListResponseWithToken Maven / Gradle / Ivy

There is a newer version: 1.3.8.1
Show newest version
package devutility.internal.models;

public class BaseListResponseWithToken extends BaseListResponse {
	private String token;

	public String getToken() {
		return token;
	}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy