public class Bitlink extends Object
| Constructor and Description |
|---|
Bitlink()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Returns the client id of the bitlink.
|
String |
getCreatedAt()
Returns the created date of the bitlink.
|
String |
getCreatedBy()
Returns the created by of the bitlink.
|
List<String> |
getCustomBitlinks()
Returns the custom bitlinks for the bitlink.
|
List<Deeplink> |
getDeeplinks()
Returns the deeplinks for the bitlink.
|
String |
getId()
Returns the id of the bitlink.
|
String |
getLink()
Returns the short url of the bitlink.
|
String |
getLongUrl()
Returns the long url of the bitlink.
|
Map<String,String> |
getReferences()
Returns the references for the bitlink.
|
List<String> |
getTags()
Returns the tags for the bitlink.
|
String |
getTitle()
Returns the title of the bitlink.
|
Boolean |
isArchived()
Returns
true if the bitlink has been archived. |
String |
toString()
Returns a string representation of the object.
|
public String getId()
public String getLink()
public String getLongUrl()
public String getTitle()
public Map<String,String> getReferences()
public List<String> getTags()
public List<Deeplink> getDeeplinks()
public List<String> getCustomBitlinks()
public String getCreatedAt()
public String getCreatedBy()
public String getClientId()
public Boolean isArchived()
true if the bitlink has been archived.true if the bitlink has been archivedCopyright © 2020. All rights reserved.