Package com.c8db.entity
Class DcInfoEntity
- java.lang.Object
-
- com.c8db.entity.DcInfoEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDcInfoEntity.LocationInfostatic classDcInfoEntity.Tag
-
Constructor Summary
Constructors Constructor Description DcInfoEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()StringgetId()StringgetKey()BooleangetLocal()DcInfoEntity.LocationInfogetLocationInfo()StringgetName()intgetPort()StringgetRev()BooleangetSpotRegion()intgetStatus()DcInfoEntity.TaggetTags()
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
getKey
public String getKey()
- Returns:
- the key
-
getRev
public String getRev()
- Returns:
- the rev
-
getHost
public String getHost()
- Returns:
- the host
-
getLocal
public Boolean getLocal()
- Returns:
- the local
-
getName
public String getName()
- Returns:
- the name
-
getPort
public int getPort()
- Returns:
- the port
-
getSpotRegion
public Boolean getSpotRegion()
- Returns:
- the spotRegion
-
getStatus
public int getStatus()
- Returns:
- the status
-
getTags
public DcInfoEntity.Tag getTags()
- Returns:
- the tags
-
getLocationInfo
public DcInfoEntity.LocationInfo getLocationInfo()
- Returns:
- the locationInfo
-
-