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,
String baseUrl,
List<String> versions,
String deploymentType,
String serverTime) |
Modifier and Type | Method and Description |
---|---|
static ServerInfoEntity.ServerInfoEntityBuilder |
builder() |
boolean |
equals(Object o) |
String |
getBaseUrl() |
String |
getBuildDate() |
int |
getBuildNumber() |
String |
getDeploymentTitle() |
String |
getDeploymentType() |
String |
getServerTime() |
String |
getVersion() |
List<String> |
getVersions() |
int |
hashCode() |
String |
toString() |
public String getVersion()
public String getDeploymentTitle()
public int getBuildNumber()
public String getBuildDate()
public String getBaseUrl()
public String getDeploymentType()
public String getServerTime()
public static ServerInfoEntity.ServerInfoEntityBuilder builder()
Copyright © 2021 Atlassian. All rights reserved.