Package com.volcengine.acep.model
Class GetPreSignedEdgeURLRequest
- java.lang.Object
-
- com.volcengine.acep.model.GetPreSignedEdgeURLRequest
-
public class GetPreSignedEdgeURLRequest extends Object
GetPreSignedEdgeURLRequest
-
-
Constructor Summary
Constructors Constructor Description GetPreSignedEdgeURLRequest()
-
Method Summary
-
-
-
Method Detail
-
apIPath
public GetPreSignedEdgeURLRequest apIPath(String apIPath)
-
getApIPath
public String getApIPath()
Get apIPath- Returns:
- apIPath
-
setApIPath
public void setApIPath(String apIPath)
-
apIPayload
public GetPreSignedEdgeURLRequest apIPayload(APIPayloadForGetPreSignedEdgeURLInput apIPayload)
-
getApIPayload
@Valid public @Valid APIPayloadForGetPreSignedEdgeURLInput getApIPayload()
Get apIPayload- Returns:
- apIPayload
-
setApIPayload
public void setApIPayload(APIPayloadForGetPreSignedEdgeURLInput apIPayload)
-
apIType
public GetPreSignedEdgeURLRequest apIType(String apIType)
-
getApIType
@NotNull public @NotNull String getApIType()
Get apIType- Returns:
- apIType
-
setApIType
public void setApIType(String apIType)
-
podId
public GetPreSignedEdgeURLRequest podId(String podId)
-
getPodId
@NotNull public @NotNull String getPodId()
Get podId- Returns:
- podId
-
setPodId
public void setPodId(String podId)
-
productId
public GetPreSignedEdgeURLRequest productId(String productId)
-
getProductId
@NotNull public @NotNull String getProductId()
Get productId- Returns:
- productId
-
setProductId
public void setProductId(String productId)
-
singleUse
public GetPreSignedEdgeURLRequest singleUse(Boolean singleUse)
-
isSingleUse
public Boolean isSingleUse()
Get singleUse- Returns:
- singleUse
-
setSingleUse
public void setSingleUse(Boolean singleUse)
-
TTL
public GetPreSignedEdgeURLRequest TTL(Integer TTL)
-
getTTL
public Integer getTTL()
Get TTL- Returns:
- TTL
-
setTTL
public void setTTL(Integer TTL)
-
timeout
public GetPreSignedEdgeURLRequest timeout(Integer timeout)
-
getTimeout
public Integer getTimeout()
Get timeout- Returns:
- timeout
-
setTimeout
public void setTimeout(Integer timeout)
-
-