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

nz.net.osnz.common.sms.utils.ValidationResult.groovy Maven / Gradle / Ivy

The newest version!
package nz.net.osnz.common.sms.utils

/**
 * @author Kefeng Deng
 */
class ValidationResult {
    String mobile
    boolean valid
    TransmissionResult result
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy