public interface WithCopy
| Modifier and Type | Method and Description |
|---|---|
default Region |
copy()
Creates a copy for the
Region object, which is almost deep:
the hosts itself are not copied although the list is new. |
List<Host> |
getHosts() |
String |
getName() |
Copyright © 2016 Yandex. All rights reserved.