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

net.polyv.live.v1.entity.LiveResultCommonResponse Maven / Gradle / Ivy

The newest version!
package net.polyv.live.v1.entity;

import lombok.Data;

/**
 * v1接口特殊返回格式
 * @author: sadboy
 **/
@Data
public class LiveResultCommonResponse{

    private String status;
    
    private String result;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy