@ThriftStruct public final class ResourceGroupId extends Object
| Constructor and Description |
|---|
ResourceGroupId(List<String> segments) |
ResourceGroupId(ResourceGroupId parent,
String name) |
ResourceGroupId(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLastSegment() |
Optional<ResourceGroupId> |
getParent() |
ResourceGroupId |
getRoot() |
List<String> |
getSegments() |
int |
hashCode() |
boolean |
isAncestorOf(ResourceGroupId descendant) |
String |
toString() |
public ResourceGroupId(String name)
public ResourceGroupId(ResourceGroupId parent, String name)
public String getLastSegment()
public ResourceGroupId getRoot()
public Optional<ResourceGroupId> getParent()
public boolean isAncestorOf(ResourceGroupId descendant)
Copyright © 2012–2022. All rights reserved.