public class ScraperTargetResponseLinks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BUCKET |
static String |
SERIALIZED_NAME_MEMBERS |
static String |
SERIALIZED_NAME_ORGANIZATION |
static String |
SERIALIZED_NAME_OWNERS |
static String |
SERIALIZED_NAME_SELF |
| Constructor and Description |
|---|
ScraperTargetResponseLinks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBucket()
URI of resource.
|
String |
getMembers()
URI of resource.
|
String |
getOrganization()
URI of resource.
|
String |
getOwners()
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_MEMBERS
public static final String SERIALIZED_NAME_OWNERS
public static final String SERIALIZED_NAME_BUCKET
public static final String SERIALIZED_NAME_ORGANIZATION
public String getSelf()
public String getMembers()
public String getOwners()
public String getBucket()
public String getOrganization()
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.