public class DescribeReleaseFileSignRequest extends AbstractModel
Constructor and Description |
---|
DescribeReleaseFileSignRequest() |
DescribeReleaseFileSignRequest(DescribeReleaseFileSignRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getFileType()
Get Bucket type.
|
Long |
getTimeout()
Get Timeout period.
|
void |
setFileType(Long FileType)
Set Bucket type.
|
void |
setTimeout(Long Timeout)
Set Timeout period.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeReleaseFileSignRequest()
public DescribeReleaseFileSignRequest(DescribeReleaseFileSignRequest source)
public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- Timeout period. If it is not set, it will be 5 minutes by defaultpublic Long getFileType()
public void setFileType(Long FileType)
FileType
- Bucket type. Valid values: `1`: (Web, which is the default value), `2` (Application).Copyright © 2023. All rights reserved.