public class CreateBitlinkRequest extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateBitlinkRequest.Builder<T extends CreateBitlinkRequest,B extends CreateBitlinkRequest.Builder<T,B>>Builder to make request construction easier. | 
| Constructor and Description | 
|---|
| CreateBitlinkRequest()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CreateBitlinkRequest.Builder | builder()Returns a builder for the request. | 
| String | getDomain()Returns the domain of the bitlink. | 
| String | getGroupGuid()Returns the group guid of the bitlink. | 
| String | getLongUrl()Returns the long url of the bitlink. | 
| void | setDomain(String domain)Sets the domain of the bitlink. | 
| void | setGroupGuid(String groupGuid)Sets the group guid of the bitlink. | 
| void | setLongUrl(String longUrl)Sets the long url of the bitlink. | 
| String | toString()Returns a string representation of the object. | 
public String getGroupGuid()
public void setGroupGuid(String groupGuid)
groupGuid - The group guid of the bitlinkpublic String getDomain()
public void setDomain(String domain)
domain - The domain of the bitlinkpublic String getLongUrl()
public void setLongUrl(String longUrl)
longUrl - The long url of the bitlinkpublic String toString()
public static CreateBitlinkRequest.Builder builder()
Copyright © 2020. All rights reserved.