Class Region
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.configserver.Region
-
public class Region extends Object
Region representation using the same definition as configserver. And allowing serialization/deserialization to/from JSON.- Author:
- Ulf Lilleengen
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.config.provision.RegionNamegetRegion()StringtoString()Stringvalue()
-
-
-
Constructor Detail
-
Region
public Region(com.yahoo.config.provision.RegionName region)
-
Region
public Region(String region)
-
-