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

com.feingto.cloud.dto.trace.EndpointDTO Maven / Gradle / Ivy

There is a newer version: 2.3.5.RELEASE
Show newest version
package com.feingto.cloud.dto.trace;

import lombok.Data;
import lombok.experimental.Accessors;

import java.io.Serializable;

/**
 * 服务端点
 *
 * @author longfei
 */
@Data
@Accessors(chain = true)
public class EndpointDTO implements Serializable {
    private static final long serialVersionUID = 6165894901311798751L;

    private String serviceName;

    private String ipv4;

    private String ipv6;

    private Integer port;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy