public class InventoryDestination extends Object implements Serializable
| 构造器和说明 |
|---|
InventoryDestination() |
| 限定符和类型 | 方法和说明 |
|---|---|
InventoryOSSBucketDestination |
getOssBucketDestination()
Gets the
InventoryOSSBucketDestination which contains OSS bucket destination information
of where inventory results are published. |
void |
setOssBucketDestination(InventoryOSSBucketDestination ossBucketDestination)
Sets the
InventoryOSSBucketDestination which contains OSS bucket destination information
of where inventory results are published. |
InventoryDestination |
withOSSBucketDestination(InventoryOSSBucketDestination ossBucketDestination)
Sets the
InventoryOSSBucketDestination which contains OSS bucket destination information
of where inventory results are published. |
public InventoryOSSBucketDestination getOssBucketDestination()
InventoryOSSBucketDestination which contains OSS bucket destination information
of where inventory results are published.InventoryOSSBucketDestination instance.public void setOssBucketDestination(InventoryOSSBucketDestination ossBucketDestination)
InventoryOSSBucketDestination which contains OSS bucket destination information
of where inventory results are published.ossBucketDestination - The InventoryOSSBucketDestination instance.public InventoryDestination withOSSBucketDestination(InventoryOSSBucketDestination ossBucketDestination)
InventoryOSSBucketDestination which contains OSS bucket destination information
of where inventory results are published.
And returns the InventoryDestination object itself.ossBucketDestination - The InventoryOSSBucketDestination instance.InventoryDestination instance.Copyright © 2025. All Rights Reserved.