public class TaskLinks extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_LOGS |
static String |
SERIALIZED_NAME_MEMBERS |
static String |
SERIALIZED_NAME_OWNERS |
static String |
SERIALIZED_NAME_RUNS |
static String |
SERIALIZED_NAME_SELF |
Constructor and Description |
---|
TaskLinks() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLabels()
URI of resource.
|
String |
getLogs()
URI of resource.
|
String |
getMembers()
URI of resource.
|
String |
getOwners()
URI of resource.
|
String |
getRuns()
URI of resource.
|
String |
getSelf()
URI of resource.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_OWNERS
public static final String SERIALIZED_NAME_MEMBERS
public static final String SERIALIZED_NAME_RUNS
public static final String SERIALIZED_NAME_LOGS
public static final String SERIALIZED_NAME_LABELS
public String getSelf()
public String getOwners()
public String getMembers()
public String getRuns()
public String getLogs()
public String getLabels()
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.