Class GamePackMeta
java.lang.Object
live.crowdcontrol.cc4j.websocket.http.GamePackMeta
-
Constructor Summary
ConstructorsConstructorDescriptionGamePackMeta(@NotNull CCName name, @NotNull String releaseDate, @NotNull String guide, @NotNull String platform, @NotNull String visibility, @NotNull List<String> connector, @Nullable String note, @Nullable String image, @Nullable String firmware, @Nullable String executable, @Nullable String process, @Nullable String description, @Nullable String lastStepMessage, @Nullable String warningMessage, @Nullable String emulator, @Nullable List<String> extraArgs, @Nullable List<GamePackFramework> frameworks, @Nullable List<GamePackDeveloper> devs, @Nullable List<GamePackVersion> supportedVersions, boolean isNew, boolean proExclusive, boolean patch, boolean prelaunch, boolean recommended, boolean earlyAccess, boolean disabled, boolean newUpdate, boolean guideCheck, boolean dynamic, boolean initiateFromCrowdControl) -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable List<GamePackDeveloper> getDevs()@Nullable String@Nullable String@Nullable String@Nullable List<GamePackFramework> @NotNull StringgetGuide()@Nullable StringgetImage()@Nullable String@NotNull CCNamegetName()@Nullable StringgetNote()@NotNull String@Nullable String@NotNull String@Nullable List<GamePackVersion> @NotNull String@Nullable StringbooleanbooleanbooleanbooleanbooleanbooleanisNew()booleanbooleanisPatch()booleanbooleanboolean
-
Constructor Details
-
GamePackMeta
public GamePackMeta(@NotNull @NotNull CCName name, @Pattern("^\\d{4}-\\d{2}-\\d{2}$") @NotNull @NotNull String releaseDate, @NotNull @NotNull String guide, @NotNull @NotNull String platform, @NotNull @NotNull String visibility, @NotNull @NotNull List<String> connector, @Nullable @Nullable String note, @Nullable @Nullable String image, @Nullable @Nullable String firmware, @Nullable @Nullable String executable, @Nullable @Nullable String process, @Nullable @Nullable String description, @Nullable @Nullable String lastStepMessage, @Nullable @Nullable String warningMessage, @Nullable @Nullable String emulator, @Nullable @Nullable List<String> extraArgs, @Nullable @Nullable List<GamePackFramework> frameworks, @Nullable @Nullable List<GamePackDeveloper> devs, @Nullable @Nullable List<GamePackVersion> supportedVersions, boolean isNew, boolean proExclusive, boolean patch, boolean prelaunch, boolean recommended, boolean earlyAccess, boolean disabled, boolean newUpdate, boolean guideCheck, boolean dynamic, boolean initiateFromCrowdControl)
-
-
Method Details
-
getName
-
getReleaseDate
-
getGuide
-
getPlatform
-
getVisibility
-
getConnector
-
getNote
-
getImage
-
getFirmware
-
getExecutable
-
getProcess
-
getDescription
-
getLastStepMessage
-
getWarningMessage
-
getEmulator
-
getExtraArgs
-
getFrameworks
-
getDevs
-
getSupportedVersions
-
isNew
public boolean isNew() -
isProExclusive
public boolean isProExclusive() -
isPatch
public boolean isPatch() -
isPrelaunch
public boolean isPrelaunch() -
isRecommended
public boolean isRecommended() -
isEarlyAccess
public boolean isEarlyAccess() -
isDisabled
public boolean isDisabled() -
isNewUpdate
public boolean isNewUpdate() -
isGuideCheck
public boolean isGuideCheck() -
isDynamic
public boolean isDynamic() -
isInitiateFromCrowdControl
public boolean isInitiateFromCrowdControl()
-