Package com.netflix.appinfo
Class InstanceInfo.PortWrapper
- java.lang.Object
-
- com.netflix.appinfo.InstanceInfo.PortWrapper
-
- Enclosing class:
- InstanceInfo
public static class InstanceInfo.PortWrapper extends java.lang.ObjectInstanceInfoJSON and XML format for port information does not follow the usual conventions, which makes its mapping complicated. This class represents the wire format for port information.
-
-
Constructor Summary
Constructors Constructor Description PortWrapper(boolean enabled, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPort()booleanisEnabled()
-