public class SnapshotResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| SnapshotResponse(Instant creationDate,
                long size,
                boolean poweredOn) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object object) | 
| Instant | getCreationDate()Gets the creation date of the snapshot. | 
| long | getSize()Gets the size of the snapshot in bytes. | 
| boolean | isPoweredOn()Indicates whether the entity is powered on. | 
| String | toString() | 
public SnapshotResponse(Instant creationDate, long size, boolean poweredOn)
public Instant getCreationDate()
Date the creation date of the snapshotpublic long getSize()
public boolean isPoweredOn()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.