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

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

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

import lombok.Data;

/**
 * sip事物交换信息
 * @author luna
 */
@Data
public class SipTransaction {

    private String callId;
    private String fromTag;
    private String toTag;
    private String viaBranch;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy