public class AddVideoParams extends Object
| Constructor and Description |
|---|
AddVideoParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
String |
getHttpProtocol() |
int |
getSource() |
String |
getVideoName() |
void |
setFormat(String format) |
void |
setHttpProtocol(String httpProtocol) |
void |
setSource(int source) |
void |
setVideoName(String videoName) |
String |
toString() |
public String getFormat()
public void setFormat(String format)
public int getSource()
public void setSource(int source)
public String getVideoName()
public void setVideoName(String videoName)
public String getHttpProtocol()
public void setHttpProtocol(String httpProtocol)
Copyright © 2023. All rights reserved.