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

io.github.lunasaw.sip.common.entity.DeviceSession 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
 * @date 2023/10/20
 */
@Data
@AllArgsConstructor
@NoArgsConstructor
public class DeviceSession {

    String userId;
    String sipId;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy