Class ZoneAndName

    • Field Detail

      • NAME_FUNCTION

        public static final com.google.common.base.Function<ZoneAndName,​String> NAME_FUNCTION
      • ZONE_FUNCTION

        public static final com.google.common.base.Function<ZoneAndName,​String> ZONE_FUNCTION
      • zoneId

        protected final String zoneId
      • name

        protected final String name
    • Constructor Detail

      • ZoneAndName

        protected ZoneAndName​(String zoneId,
                              String name)
    • Method Detail

      • getZone

        public String getZone()
      • getName

        public String getName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()