Package com.netflix.eureka
Class EurekaServerIdentity
- java.lang.Object
-
- com.netflix.appinfo.AbstractEurekaIdentity
-
- com.netflix.eureka.EurekaServerIdentity
-
public class EurekaServerIdentity extends com.netflix.appinfo.AbstractEurekaIdentityThis class holds metadata information related to eureka server auth with peer eureka servers
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_SERVER_NAME
-
Constructor Summary
Constructors Constructor Description EurekaServerIdentity(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetName()java.lang.StringgetVersion()
-
-
-
Field Detail
-
DEFAULT_SERVER_NAME
public static final java.lang.String DEFAULT_SERVER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein classcom.netflix.appinfo.AbstractEurekaIdentity
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersionin classcom.netflix.appinfo.AbstractEurekaIdentity
-
getId
public java.lang.String getId()
- Specified by:
getIdin classcom.netflix.appinfo.AbstractEurekaIdentity
-
-