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