public class DescribeCloudStorageAIServiceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCloudStorageAIServiceRequest() | 
| DescribeCloudStorageAIServiceRequest(DescribeCloudStorageAIServiceRequest 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 | getChannelId()Get 通道 ID | 
| String | getDeviceName()Get 设备名称 | 
| String | getProductId()Get 产品 ID | 
| String | getServiceType()Get 云存 AI 服务类型。可选值:
- `Highlight`:视频浓缩 | 
| String | getUserId()Get 用户 ID | 
| void | setChannelId(Long ChannelId)Set 通道 ID | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setProductId(String ProductId)Set 产品 ID | 
| void | setServiceType(String ServiceType)Set 云存 AI 服务类型。可选值:
- `Highlight`:视频浓缩 | 
| void | setUserId(String UserId)Set 用户 ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCloudStorageAIServiceRequest()
public DescribeCloudStorageAIServiceRequest(DescribeCloudStorageAIServiceRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品 IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType - 云存 AI 服务类型。可选值:
- `Highlight`:视频浓缩public Long getChannelId()
public void setChannelId(Long ChannelId)
ChannelId - 通道 IDpublic String getUserId()
public void setUserId(String UserId)
UserId - 用户 IDCopyright © 2025. All rights reserved.