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

cn.authing.sdk.java.dto.ResetPrincipalAuthenticationInfoRespDto Maven / Gradle / Ivy

There is a newer version: 3.1.10
Show newest version
package cn.authing.sdk.java.dto;

import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;


public class ResetPrincipalAuthenticationInfoRespDto {
    /**
     * 操作是否成功
     */
    @JsonProperty("success")
    private Boolean success;

    public Boolean getSuccess() {
        return success;
    }
    public void setSuccess(Boolean success) {
        this.success = success;
    }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy