public class Location extends Identified
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<Location> |
AVAILABLE_LOCATION |
static com.google.common.base.Function<Location,Location> |
COPY |
DESCENDING_LAST_UPDATED, TO_ID, TO_URI| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Location |
copy() |
boolean |
getAvailable() |
String |
getEmbedCode() |
String |
getEmbedId() |
Policy |
getPolicy() |
Boolean |
getTransportIsLive() |
TransportSubType |
getTransportSubType() |
TransportType |
getTransportType() |
String |
getUri() |
void |
setAvailable(boolean available) |
void |
setEmbedCode(String embedCode) |
void |
setEmbedId(String embedId) |
void |
setPolicy(Policy policy) |
void |
setTransportIsLive(Boolean transportIsLive) |
void |
setTransportSubType(TransportSubType transportSubType) |
void |
setTransportType(TransportType transportType) |
void |
setUri(String uri) |
addAlias, addAliases, addAliasUrl, addAliasUrls, addEquivalentTo, copyTo, copyWithEquivalentTo, equals, getAliases, getAliasUrls, getAllUris, getCanonicalUri, getCurie, getEquivalenceUpdate, getEquivalentTo, getId, getLastUpdated, hashCode, isEquivalentTo, setAliases, setAliasUrls, setCanonicalUri, setCurie, setEquivalenceUpdate, setEquivalentTo, setId, setId, setLastUpdated, sort, toStringpublic static final com.google.common.base.Predicate<Location> AVAILABLE_LOCATION
public Policy getPolicy()
public Boolean getTransportIsLive()
public TransportSubType getTransportSubType()
public TransportType getTransportType()
public boolean getAvailable()
public void setAvailable(boolean available)
public void setPolicy(Policy policy)
public void setTransportIsLive(Boolean transportIsLive)
public void setTransportSubType(TransportSubType transportSubType)
public void setTransportType(TransportType transportType)
public String getUri()
public void setUri(String uri)
public String getEmbedCode()
public String getEmbedId()
public void setEmbedCode(String embedCode)
public void setEmbedId(String embedId)
public Location copy()
Copyright © 2014. All rights reserved.