public final class PathElement extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
hasId() |
boolean |
hasName() |
Long |
id() |
String |
kind() |
String |
name() |
Object |
nameOrId() |
static PathElement |
of(String kind,
long id) |
static PathElement |
of(String kind,
String name) |
String |
toString() |
public String kind()
public boolean hasId()
public Long id()
public boolean hasName()
public String name()
public Object nameOrId()
public static PathElement of(String kind, String name)
public static PathElement of(String kind, long id)
Copyright © 2016 Google. All rights reserved.