Class CreateEdgePackTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.CreateEdgePackTaskRequest
-
public class CreateEdgePackTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateEdgePackTaskRequest()
CreateEdgePackTaskRequest(CreateEdgePackTaskRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getBlockID()
Get BlockID 的值, WALLE为1903654775(0x71777777),VasDolly为2282837503(0x881155ff),传0或不传时默认为 WALLE 方案String
getCosBucket()
Get apk 所在的 cos 存储桶, 如 edgepack-xxxxxxxxString
getCosUriFrom()
Get apk 源文件的存储路径, 如 /apk/xxxx.apkString
getCosUriTo()
Get 拓展之后的 apk 目标存储路径,如 /out/xxxx.apkvoid
setBlockID(Long BlockID)
Set BlockID 的值, WALLE为1903654775(0x71777777),VasDolly为2282837503(0x881155ff),传0或不传时默认为 WALLE 方案void
setCosBucket(String CosBucket)
Set apk 所在的 cos 存储桶, 如 edgepack-xxxxxxxxvoid
setCosUriFrom(String CosUriFrom)
Set apk 源文件的存储路径, 如 /apk/xxxx.apkvoid
setCosUriTo(String CosUriTo)
Set 拓展之后的 apk 目标存储路径,如 /out/xxxx.apkvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateEdgePackTaskRequest
public CreateEdgePackTaskRequest()
-
CreateEdgePackTaskRequest
public CreateEdgePackTaskRequest(CreateEdgePackTaskRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getCosBucket
public String getCosBucket()
Get apk 所在的 cos 存储桶, 如 edgepack-xxxxxxxx- Returns:
- CosBucket apk 所在的 cos 存储桶, 如 edgepack-xxxxxxxx
-
setCosBucket
public void setCosBucket(String CosBucket)
Set apk 所在的 cos 存储桶, 如 edgepack-xxxxxxxx- Parameters:
CosBucket
- apk 所在的 cos 存储桶, 如 edgepack-xxxxxxxx
-
getCosUriFrom
public String getCosUriFrom()
Get apk 源文件的存储路径, 如 /apk/xxxx.apk- Returns:
- CosUriFrom apk 源文件的存储路径, 如 /apk/xxxx.apk
-
setCosUriFrom
public void setCosUriFrom(String CosUriFrom)
Set apk 源文件的存储路径, 如 /apk/xxxx.apk- Parameters:
CosUriFrom
- apk 源文件的存储路径, 如 /apk/xxxx.apk
-
getBlockID
public Long getBlockID()
Get BlockID 的值, WALLE为1903654775(0x71777777),VasDolly为2282837503(0x881155ff),传0或不传时默认为 WALLE 方案- Returns:
- BlockID BlockID 的值, WALLE为1903654775(0x71777777),VasDolly为2282837503(0x881155ff),传0或不传时默认为 WALLE 方案
-
setBlockID
public void setBlockID(Long BlockID)
Set BlockID 的值, WALLE为1903654775(0x71777777),VasDolly为2282837503(0x881155ff),传0或不传时默认为 WALLE 方案- Parameters:
BlockID
- BlockID 的值, WALLE为1903654775(0x71777777),VasDolly为2282837503(0x881155ff),传0或不传时默认为 WALLE 方案
-
getCosUriTo
public String getCosUriTo()
Get 拓展之后的 apk 目标存储路径,如 /out/xxxx.apk- Returns:
- CosUriTo 拓展之后的 apk 目标存储路径,如 /out/xxxx.apk
-
setCosUriTo
public void setCosUriTo(String CosUriTo)
Set 拓展之后的 apk 目标存储路径,如 /out/xxxx.apk- Parameters:
CosUriTo
- 拓展之后的 apk 目标存储路径,如 /out/xxxx.apk
-
-