public final class ServerInfoEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerInfoEntity.ServerInfoEntityBuilder |
| Constructor and Description |
|---|
ServerInfoEntity(String version,
String deploymentTitle,
int buildNumber,
String buildDate) |
| Modifier and Type | Method and Description |
|---|---|
static ServerInfoEntity.ServerInfoEntityBuilder |
builder() |
boolean |
equals(Object o) |
String |
getBuildDate() |
int |
getBuildNumber() |
String |
getDeploymentTitle() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public String getVersion()
public String getDeploymentTitle()
public int getBuildNumber()
public String getBuildDate()
public static final ServerInfoEntity.ServerInfoEntityBuilder builder()
Copyright © 2020 Atlassian. All rights reserved.