public class HighlightAnalyzeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
HighlightAnalyzeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuth() |
String |
getDescription() |
Integer |
getMaxDurationTime() |
String |
getNotification() |
Integer |
getPriority() |
String |
getSource() |
String |
getVideoType() |
void |
setAuth(String auth) |
void |
setDescription(String description) |
void |
setMaxDurationTime(Integer maxDurationTime) |
void |
setNotification(String notification) |
void |
setPriority(Integer priority) |
void |
setSource(String source) |
void |
setVideoType(String videoType) |
String |
toString() |
HighlightAnalyzeRequest |
withAuth(String auth) |
HighlightAnalyzeRequest |
withDescription(String description) |
HighlightAnalyzeRequest |
withMaxDurationTime(Integer maxDurationTime) |
HighlightAnalyzeRequest |
withNotification(String notification) |
HighlightAnalyzeRequest |
withPriority(Integer priority) |
HighlightAnalyzeRequest |
withRequestCredentials(BceCredentials credentials) |
HighlightAnalyzeRequest |
withSource(String source) |
HighlightAnalyzeRequest |
withVideoType(String videoType) |
getRequestCredentials, setRequestCredentialspublic HighlightAnalyzeRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic HighlightAnalyzeRequest withSource(String source)
public HighlightAnalyzeRequest withAuth(String auth)
public HighlightAnalyzeRequest withNotification(String notification)
public HighlightAnalyzeRequest withPriority(Integer priority)
public HighlightAnalyzeRequest withMaxDurationTime(Integer maxDurationTime)
public HighlightAnalyzeRequest withVideoType(String videoType)
public HighlightAnalyzeRequest withDescription(String description)
public String getSource()
public void setSource(String source)
public String getAuth()
public void setAuth(String auth)
public String getNotification()
public void setNotification(String notification)
public Integer getPriority()
public void setPriority(Integer priority)
public Integer getMaxDurationTime()
public void setMaxDurationTime(Integer maxDurationTime)
public String getVideoType()
public void setVideoType(String videoType)
public String getDescription()
public void setDescription(String description)
Copyright © 2024. All rights reserved.