Class RegionAndName

    • Field Detail

      • NAME_FUNCTION

        public static final com.google.common.base.Function<RegionAndName,​String> NAME_FUNCTION
        Deprecated.
      • REGION_FUNCTION

        public static final com.google.common.base.Function<RegionAndName,​String> REGION_FUNCTION
        Deprecated.
      • regionId

        protected final String regionId
        Deprecated.
      • name

        protected final String name
        Deprecated.
    • Constructor Detail

      • RegionAndName

        protected RegionAndName​(String regionId,
                                String name)
        Deprecated.
    • Method Detail

      • slashEncode

        public String slashEncode()
        Deprecated.
      • getRegion

        public String getRegion()
        Deprecated.
      • getName

        public String getName()
        Deprecated.
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

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

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