public class GetServerInfoResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GetServerInfoResponse.EventSubscriber |
class |
GetServerInfoResponse.HttpConfig |
class |
GetServerInfoResponse.MarathonConfig |
class |
GetServerInfoResponse.ZookeeperConfig |
| Constructor and Description |
|---|
GetServerInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetServerInfoResponse.EventSubscriber |
getEvent_subscriber() |
String |
getFrameworkId() |
GetServerInfoResponse.HttpConfig |
getHttp_config() |
String |
getLeader() |
GetServerInfoResponse.MarathonConfig |
getMarathon_config() |
String |
getName() |
String |
getVersion() |
GetServerInfoResponse.ZookeeperConfig |
getZookeeper_config() |
void |
setEvent_subscriber(GetServerInfoResponse.EventSubscriber event_subscriber) |
void |
setFrameworkId(String frameworkId) |
void |
setHttp_config(GetServerInfoResponse.HttpConfig http_config) |
void |
setLeader(String leader) |
void |
setMarathon_config(GetServerInfoResponse.MarathonConfig marathon_config) |
void |
setName(String name) |
void |
setVersion(String version) |
void |
setZookeeper_config(GetServerInfoResponse.ZookeeperConfig zookeeper_config) |
String |
toString() |
public String getFrameworkId()
public void setFrameworkId(String frameworkId)
public String getLeader()
public void setLeader(String leader)
public String getName()
public void setName(String name)
public String getVersion()
public void setVersion(String version)
public GetServerInfoResponse.HttpConfig getHttp_config()
public void setHttp_config(GetServerInfoResponse.HttpConfig http_config)
public GetServerInfoResponse.EventSubscriber getEvent_subscriber()
public void setEvent_subscriber(GetServerInfoResponse.EventSubscriber event_subscriber)
public GetServerInfoResponse.MarathonConfig getMarathon_config()
public void setMarathon_config(GetServerInfoResponse.MarathonConfig marathon_config)
public GetServerInfoResponse.ZookeeperConfig getZookeeper_config()
public void setZookeeper_config(GetServerInfoResponse.ZookeeperConfig zookeeper_config)
Copyright © 2015. All rights reserved.