类 StreamAnalyzeRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.vca.model.StreamAnalyzeRequest
-
public class StreamAnalyzeRequest extends AbstractBceRequest
stream analyze request.- 作者:
- chenzhangli01
-
-
构造器概要
构造器 构造器 说明 StreamAnalyzeRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDescription()IntegergetIntervalInSecond()StringgetNotification()StringgetPreset()StringgetSource()voidsetDescription(String description)voidsetIntervalInSecond(Integer intervalInSecond)voidsetNotification(String notification)voidsetPreset(String preset)voidsetSource(String source)StringtoString()StreamAnalyzeRequestwithDescription(String description)StreamAnalyzeRequestwithIntervalInSecond(Integer intervalInSecond)StreamAnalyzeRequestwithNotification(String notification)StreamAnalyzeRequestwithPreset(String preset)StreamAnalyzeRequestwithRequestCredentials(BceCredentials credentials)StreamAnalyzeRequestwithSource(String source)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withRequestCredentials
public StreamAnalyzeRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
withSource
public StreamAnalyzeRequest withSource(String source)
-
withPreset
public StreamAnalyzeRequest withPreset(String preset)
-
withNotification
public StreamAnalyzeRequest withNotification(String notification)
-
withIntervalInSecond
public StreamAnalyzeRequest withIntervalInSecond(Integer intervalInSecond)
-
withDescription
public StreamAnalyzeRequest withDescription(String description)
-
getSource
public String getSource()
-
setSource
public void setSource(String source)
-
getPreset
public String getPreset()
-
setPreset
public void setPreset(String preset)
-
getNotification
public String getNotification()
-
setNotification
public void setNotification(String notification)
-
getIntervalInSecond
public Integer getIntervalInSecond()
-
setIntervalInSecond
public void setIntervalInSecond(Integer intervalInSecond)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-