public class GetOSSInfoForUploadFileRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizType
Business type, default value is fcMediaSms.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
GetOSSInfoForUploadFileRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetOSSInfoForUploadFileRequest |
build(Map<String,?> map) |
String |
getBizType() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
GetOSSInfoForUploadFileRequest |
setBizType(String bizType) |
GetOSSInfoForUploadFileRequest |
setOwnerId(Long ownerId) |
GetOSSInfoForUploadFileRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetOSSInfoForUploadFileRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="BizType") public String bizType
Business type, default value is fcMediaSms.
When creating signatures and templates, and uploading additional materials, this value is fcMediaSms.
example:fcMediaSms
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static GetOSSInfoForUploadFileRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetOSSInfoForUploadFileRequest setBizType(String bizType)
public String getBizType()
public GetOSSInfoForUploadFileRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetOSSInfoForUploadFileRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetOSSInfoForUploadFileRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.