
com.labijie.application.model.UpdateResult.kt Maven / Gradle / Ivy
package com.labijie.application.model
/**
* Created with IntelliJ IDEA.
* @author Anders Xiao
* @date 2019-10-19
*/
data class UpdateResult(var newValue: T? = null, var success:Boolean = true)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy