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

cn.jiguang.common.resp.BooleanResult Maven / Gradle / Ivy

package cn.jiguang.common.resp;

import com.google.gson.annotations.Expose;

public class BooleanResult extends DefaultResult {

	@Expose public boolean result;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy