public class EurekaInstanceCanceledEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
EurekaInstanceCanceledEvent(Object source,
String appName,
String serverId,
boolean replication) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAppName() |
String |
getServerId() |
int |
hashCode() |
boolean |
isReplication() |
void |
setAppName(String appName) |
void |
setReplication(boolean replication) |
void |
setServerId(String serverId) |
String |
toString() |
getSourcepublic String getAppName()
public void setAppName(String appName)
public String getServerId()
public void setServerId(String serverId)
public boolean isReplication()
public void setReplication(boolean replication)
public String toString()
toString in class EventObjectCopyright © 2020 Pivotal Software, Inc.. All rights reserved.