|  |  |  | 
|---|
|  |  |  | package com.genersoft.iot.vmp.media.zlm.dto.hook; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.genersoft.iot.vmp.common.StreamInfo; | 
|---|
|  |  |  | import com.genersoft.iot.vmp.vmanager.bean.StreamContent; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private StreamInfo streamInfo; | 
|---|
|  |  |  | private StreamContent streamInfo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getApp() { | 
|---|
|  |  |  | return app; | 
|---|
|  |  |  | 
|---|
|  |  |  | this.docker = docker; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public StreamInfo getStreamInfo() { | 
|---|
|  |  |  | public StreamContent getStreamInfo() { | 
|---|
|  |  |  | return streamInfo; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setStreamInfo(StreamInfo streamInfo) { | 
|---|
|  |  |  | public void setStreamInfo(StreamContent streamInfo) { | 
|---|
|  |  |  | this.streamInfo = streamInfo; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | public void setCallId(String callId) { | 
|---|
|  |  |  | this.callId = callId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String toString() { | 
|---|
|  |  |  | return "OnStreamChangedHookParam{" + | 
|---|
|  |  |  | "regist=" + regist + | 
|---|
|  |  |  | ", app='" + app + '\'' + | 
|---|
|  |  |  | ", stream='" + stream + '\'' + | 
|---|
|  |  |  | ", severId='" + severId + '\'' + | 
|---|
|  |  |  | '}'; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|