public class DownloadDetailsResponse extends Object implements Serializable
Constructor and Description |
---|
DownloadDetailsResponse(boolean enabled,
String downloadName,
Long downloadSizeBytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getDownloadName()
Gets download name.
|
Long |
getDownloadSizeBytes()
Gets download size bytes.
|
boolean |
isEnabled()
Is enabled boolean.
|
String |
toString() |
public boolean isEnabled()
public String getDownloadName()
public Long getDownloadSizeBytes()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.