Package com.seeq.model
Class InstallerOutputV1
java.lang.Object
com.seeq.model.InstallerOutputV1
List of installers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFlag()
Flag is the suffix added at the end of a marketingName \"Retrieved\" when installer name is retrieved from Seeq download site Or \"Low Disk Space\" when there isn't enough disk space on server to download the installerMarketing Name of the installergetName()
Fully qualified name of the installer fileint
hashCode()
marketingName
(String marketingName) void
void
setMarketingName
(String marketingName) void
toString()
-
Constructor Details
-
InstallerOutputV1
public InstallerOutputV1()
-
-
Method Details
-
flag
-
getFlag
Flag is the suffix added at the end of a marketingName \"Retrieved\" when installer name is retrieved from Seeq download site Or \"Low Disk Space\" when there isn't enough disk space on server to download the installer- Returns:
- flag
-
setFlag
-
marketingName
-
getMarketingName
Marketing Name of the installer- Returns:
- marketingName
-
setMarketingName
-
name
-
getName
Fully qualified name of the installer file- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-