public class SetCrossdomainContentRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
The content of the cross-domain policy file.
|
String |
ownerAccount |
String |
ownerId |
String |
resourceOwnerAccount |
String |
resourceOwnerId |
String |
resourceRealOwnerId
The ID of the resource owner.
|
String |
storageLocation
The URL of the Object Storage Service (OSS) bucket.
|
| 构造器和说明 |
|---|
SetCrossdomainContentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetCrossdomainContentRequest |
build(Map<String,?> map) |
String |
getContent() |
String |
getOwnerAccount() |
String |
getOwnerId() |
String |
getResourceOwnerAccount() |
String |
getResourceOwnerId() |
String |
getResourceRealOwnerId() |
String |
getStorageLocation() |
SetCrossdomainContentRequest |
setContent(String content) |
SetCrossdomainContentRequest |
setOwnerAccount(String ownerAccount) |
SetCrossdomainContentRequest |
setOwnerId(String ownerId) |
SetCrossdomainContentRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
SetCrossdomainContentRequest |
setResourceOwnerId(String resourceOwnerId) |
SetCrossdomainContentRequest |
setResourceRealOwnerId(String resourceRealOwnerId) |
SetCrossdomainContentRequest |
setStorageLocation(String storageLocation) |
@NameInMap(value="Content") public String content
The content of the cross-domain policy file. The file must be in the XML format and can contain up to 2,048 characters.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public String ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public String resourceOwnerId
@NameInMap(value="ResourceRealOwnerId") public String resourceRealOwnerId
The ID of the resource owner.
@NameInMap(value="StorageLocation") public String storageLocation
The URL of the Object Storage Service (OSS) bucket.
public static SetCrossdomainContentRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetCrossdomainContentRequest setContent(String content)
public String getContent()
public SetCrossdomainContentRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public SetCrossdomainContentRequest setOwnerId(String ownerId)
public String getOwnerId()
public SetCrossdomainContentRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public SetCrossdomainContentRequest setResourceOwnerId(String resourceOwnerId)
public String getResourceOwnerId()
public SetCrossdomainContentRequest setResourceRealOwnerId(String resourceRealOwnerId)
public String getResourceRealOwnerId()
public SetCrossdomainContentRequest setStorageLocation(String storageLocation)
public String getStorageLocation()
Copyright © 2024. All rights reserved.