类 CreateLibRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.mms.model.CreateLibRequest
-
public class CreateLibRequest extends AbstractBceRequest
MMS create lib request.
-
-
构造器概要
构造器 构造器 说明 CreateLibRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDescription()intgetFrameType()intgetInterval()StringgetName()intgetScoreThreshold()intgetVideoScoreThreshold()voidsetDescription(String description)voidsetFrameType(int frameType)voidsetInterval(int interval)voidsetName(String name)voidsetScoreThreshold(int scoreThreshold)voidsetVideoScoreThreshold(int videoScoreThreshold)AbstractBceRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getScoreThreshold
public int getScoreThreshold()
-
setScoreThreshold
public void setScoreThreshold(int scoreThreshold)
-
getVideoScoreThreshold
public int getVideoScoreThreshold()
-
setVideoScoreThreshold
public void setVideoScoreThreshold(int videoScoreThreshold)
-
getFrameType
public int getFrameType()
-
setFrameType
public void setFrameType(int frameType)
-
getInterval
public int getInterval()
-
setInterval
public void setInterval(int interval)
-
withRequestCredentials
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-