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

org.sdn.api.domain.ConditionDO Maven / Gradle / Ivy

The newest version!
package org.sdn.api.domain;

import lombok.Data;

/**
 * Created by softw on 2019/5/16.
 */
@Data
public class ConditionDO {

    private String server;

    private String username;

    private String password;

    private Integer partition;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy