public class ZoneAndName extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
static com.google.common.base.Function<ZoneAndName,String> |
NAME_FUNCTION |
static com.google.common.base.Function<ZoneAndName,String> |
ZONE_FUNCTION |
protected String |
zoneId |
Modifier | Constructor and Description |
---|---|
protected |
ZoneAndName(String zoneId,
String name) |
public static final com.google.common.base.Function<ZoneAndName,String> NAME_FUNCTION
public static final com.google.common.base.Function<ZoneAndName,String> ZONE_FUNCTION
protected final String zoneId
protected final String name
public static ZoneAndName fromZoneAndName(String zoneId, String name)
public String getZone()
public String getName()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.