public class RequestXmlFactory extends Object
| 构造器和说明 |
|---|
RequestXmlFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
convertToXmlByteArray(AudioAuditingRequest request)
Converts the AudioAuditingRequest to an XML fragment that can be sent to the CreateAudioAuditingJob of CI
|
static byte[] |
convertToXmlByteArray(DocJobRequest request)
Converts the DocJobRequest to an XML fragment that can be sent to the DocJobRequestParams of CI
|
static byte[] |
convertToXmlByteArray(DocQueueRequest request)
Converts the MediaQueueRequest to an XML fragment that can be sent to the QueueObject of COS
|
static byte[] |
convertToXmlByteArray(List<PartETag> partETags)
Converts the specified list of PartETags to an XML fragment that can be sent to the
CompleteMultipartUpload operation of Qcloud COS.
|
static byte[] |
convertToXmlByteArray(MediaInfoRequest request)
Converts the MediaInfoRequest to an XML fragment that can be sent to the MediaObject of COS
|
static byte[] |
convertToXmlByteArray(MediaJobsRequest request)
Converts the MediaJobsRequest to an XML fragment that can be sent to the JobObject of COS
|
static byte[] |
convertToXmlByteArray(MediaQueueRequest request)
Converts the MediaQueueRequest to an XML fragment that can be sent to the QueueObject of COS
|
static byte[] |
convertToXmlByteArray(MediaTemplateRequest request)
Converts the MediaTemplateRequest to an XML fragment that can be sent to the TemplateObject of COS MediaTemplate
|
static byte[] |
convertToXmlByteArray(MediaWorkflowRequest request)
Converts the MediaWorkflowRequest to an XML fragment that can be sent to the RestoreObject
operation of COS.
|
static byte[] |
convertToXmlByteArray(RestoreObjectRequest restoreObjectRequest)
Converts the RestoreObjectRequest to an XML fragment that can be sent to the RestoreObject
operation of COS.
|
static byte[] |
convertToXmlByteArray(SelectObjectContentRequest selectRequest)
Converts the SelectObjectContentRequest to an XML fragment that can be sent to
the SelectObjectContent operation of COS.
|
static byte[] |
convertToXmlByteArray(SnapshotRequest request)
Converts the SnapshotRequest to an XML fragment that can be sent to the SnapshotObject of COS
|
static byte[] |
convertToXmlByteArray(TextAuditingRequest request)
Converts the TextAuditingRequest to an XML fragment that can be sent to the CreateTextAuditingJob of CI
|
static byte[] |
convertToXmlByteArray(VideoAuditingRequest request)
Converts the VideoAuditingRequest to an XML fragment that can be sent to the CreateVideoAuditingJob of CI
|
public static byte[] convertToXmlByteArray(List<PartETag> partETags)
partETags - The list of part ETags containing the data to include in the new XML
fragment.public static byte[] convertToXmlByteArray(SelectObjectContentRequest selectRequest)
public static byte[] convertToXmlByteArray(RestoreObjectRequest restoreObjectRequest) throws CosClientException
restoreObjectRequest - The container which provides options for restoring an object,
which was transitioned to the CAS from COS when it was expired, into COS again.CosClientExceptionpublic static byte[] convertToXmlByteArray(MediaWorkflowRequest request) throws CosClientException, UnsupportedEncodingException
request - The container which provides options for restoring an object,
which was transitioned to the CAS from COS when it was expired, into COS again.CosClientExceptionUnsupportedEncodingExceptionpublic static byte[] convertToXmlByteArray(MediaJobsRequest request)
request - The container which provides options for restoring an objectCosClientExceptionpublic static byte[] convertToXmlByteArray(MediaQueueRequest request)
request - The container which provides options for restoring an objectCosClientExceptionpublic static byte[] convertToXmlByteArray(SnapshotRequest request)
request - The container which provides options for restoring an objectCosClientExceptionpublic static byte[] convertToXmlByteArray(MediaTemplateRequest request)
request - The container which provides options for restoring an objectCosClientExceptionpublic static byte[] convertToXmlByteArray(MediaInfoRequest request)
request - The container which provides options for restoring an objectCosClientExceptionpublic static byte[] convertToXmlByteArray(DocJobRequest request)
request - The container which provides options for restoring an objectCosClientExceptionpublic static byte[] convertToXmlByteArray(DocQueueRequest request)
request - The container which provides options for restoring an objectCosClientExceptionpublic static byte[] convertToXmlByteArray(VideoAuditingRequest request)
request - The container which provides options for restoring an objectCosClientExceptionpublic static byte[] convertToXmlByteArray(AudioAuditingRequest request)
request - The container which provides options for restoring an objectCosClientExceptionpublic static byte[] convertToXmlByteArray(TextAuditingRequest request)
request - The container which provides options for restoring an objectCosClientExceptionCopyright © 2021. All rights reserved.