public final class BackOfficeInstallationFile extends Object
Constructor and Description |
---|
BackOfficeInstallationFile(Long id,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String version,
String fullLink,
String filename,
String releaseDate,
boolean enabled,
String hashMd5,
Environment environment,
Long product) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ZonedDateTime |
getCreatedAt()
Time when the installation file was created.
|
Environment |
getEnvironment()
Indicates for which Operation system this file is meant for.
|
String |
getFilename()
Name of the installation file.
|
String |
getFullLink()
Link from which the installation file can be downloaded.
|
String |
getHashMd5()
Installation file hash.
|
Long |
getId()
16 digit id of the installation file, can't be changed manually.
|
Long |
getProduct()
16 digit id of the product this installation file belongs to.
|
String |
getReleaseDate()
Date of releasing the installation file.
|
ZonedDateTime |
getUpdatedAt()
Time when it was last updated.
|
String |
getVersion()
Version of the installation file.
|
int |
hashCode() |
boolean |
isEnabled()
Indicates if the installation file is still enabled for usage.
|
String |
toString() |
public BackOfficeInstallationFile(Long id, ZonedDateTime createdAt, ZonedDateTime updatedAt, String version, String fullLink, String filename, String releaseDate, boolean enabled, String hashMd5, Environment environment, Long product)
public Long getId()
public ZonedDateTime getCreatedAt()
public ZonedDateTime getUpdatedAt()
public String getVersion()
public String getFullLink()
public String getFilename()
public String getReleaseDate()
public boolean isEnabled()
public String getHashMd5()
public Environment getEnvironment()
public Long getProduct()
Copyright © 2023 Cense Data Inc.. All rights reserved.