public class InstallationFileParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InstallationFileParams.InstallationFileParamsBuilder<C extends InstallationFileParams,B extends InstallationFileParams.InstallationFileParamsBuilder<C,B>> |
Modifier | Constructor and Description |
---|---|
protected |
InstallationFileParams(InstallationFileParams.InstallationFileParamsBuilder<?,?> b) |
Modifier and Type | Method and Description |
---|---|
static InstallationFileParams.InstallationFileParamsBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel identifier, e.g.
|
String |
getEnv()
Environment identifier, e.g.
|
String |
getVersion()
Version string, e.g.
|
int |
hashCode() |
void |
setChannel(String channel)
Channel identifier, e.g.
|
void |
setEnv(String env)
Environment identifier, e.g.
|
void |
setVersion(String version)
Version string, e.g.
|
InstallationFileParams.InstallationFileParamsBuilder<?,?> |
toBuilder() |
String |
toString() |
protected InstallationFileParams(InstallationFileParams.InstallationFileParamsBuilder<?,?> b)
public static InstallationFileParams.InstallationFileParamsBuilder<?,?> builder()
public InstallationFileParams.InstallationFileParamsBuilder<?,?> toBuilder()
public String getVersion()
public String getEnv()
public String getChannel()
public void setVersion(String version)
public void setEnv(String env)
public void setChannel(String channel)
protected boolean canEqual(Object other)
Copyright © 2025 Cense Data Inc.. All rights reserved.