Package com.volcengine.acep.model
Class DetailForStartScreenShotOutput
- java.lang.Object
-
- com.volcengine.acep.model.DetailForStartScreenShotOutput
-
public class DetailForStartScreenShotOutput extends Object
DetailForStartScreenShotOutput
-
-
Constructor Summary
Constructors Constructor Description DetailForStartScreenShotOutput()
-
Method Summary
-
-
-
Method Detail
-
downloadUrl
public DetailForStartScreenShotOutput downloadUrl(String downloadUrl)
-
getDownloadUrl
public String getDownloadUrl()
Get downloadUrl- Returns:
- downloadUrl
-
setDownloadUrl
public void setDownloadUrl(String downloadUrl)
-
errorCode
public DetailForStartScreenShotOutput errorCode(Integer errorCode)
-
getErrorCode
public Integer getErrorCode()
Get errorCode- Returns:
- errorCode
-
setErrorCode
public void setErrorCode(Integer errorCode)
-
errorMsg
public DetailForStartScreenShotOutput errorMsg(String errorMsg)
-
getErrorMsg
public String getErrorMsg()
Get errorMsg- Returns:
- errorMsg
-
setErrorMsg
public void setErrorMsg(String errorMsg)
-
expireAt
public DetailForStartScreenShotOutput expireAt(Long expireAt)
-
getExpireAt
public Long getExpireAt()
Get expireAt- Returns:
- expireAt
-
setExpireAt
public void setExpireAt(Long expireAt)
-
height
public DetailForStartScreenShotOutput height(Integer height)
-
getHeight
public Integer getHeight()
Get height- Returns:
- height
-
setHeight
public void setHeight(Integer height)
-
podId
public DetailForStartScreenShotOutput podId(String podId)
-
getPodId
public String getPodId()
Get podId- Returns:
- podId
-
setPodId
public void setPodId(String podId)
-
width
public DetailForStartScreenShotOutput width(Integer width)
-
getWidth
public Integer getWidth()
Get width- Returns:
- width
-
setWidth
public void setWidth(Integer width)
-
-