public class CreateLibRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateLibRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getFrameType() |
int |
getInterval() |
String |
getName() |
int |
getScoreThreshold() |
int |
getVideoScoreThreshold() |
void |
setDescription(String description) |
void |
setFrameType(int frameType) |
void |
setInterval(int interval) |
void |
setName(String name) |
void |
setScoreThreshold(int scoreThreshold) |
void |
setVideoScoreThreshold(int videoScoreThreshold) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public int getScoreThreshold()
public void setScoreThreshold(int scoreThreshold)
public int getVideoScoreThreshold()
public void setVideoScoreThreshold(int videoScoreThreshold)
public int getFrameType()
public void setFrameType(int frameType)
public int getInterval()
public void setInterval(int interval)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2024. All rights reserved.