public class Validator extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_TWEET_LENGTH |
protected int |
shortUrlLength |
protected int |
shortUrlLengthHttps |
Constructor and Description |
---|
Validator() |
Modifier and Type | Method and Description |
---|---|
int |
getShortUrlLength() |
int |
getShortUrlLengthHttps() |
int |
getTweetLength(String text) |
boolean |
isValidTweet(String text) |
void |
setShortUrlLength(int shortUrlLength) |
void |
setShortUrlLengthHttps(int shortUrlLengthHttps) |
public static final int MAX_TWEET_LENGTH
protected int shortUrlLength
protected int shortUrlLengthHttps
public int getTweetLength(String text)
public boolean isValidTweet(String text)
public int getShortUrlLength()
public void setShortUrlLength(int shortUrlLength)
public int getShortUrlLengthHttps()
public void setShortUrlLengthHttps(int shortUrlLengthHttps)
Copyright © 2016. All rights reserved.