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

io.github.lunasaw.sip.common.entity.RemoteAddressInfo Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package io.github.lunasaw.sip.common.entity;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * @author luna
 */
@AllArgsConstructor
@NoArgsConstructor
@Data
public class RemoteAddressInfo {
    private String ip;
    private Integer port;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy