public class TimeStamp extends Object
Represents data to get time stamp from third-party site.
Constructor and Description |
---|
TimeStamp() |
TimeStamp(String url,
String user,
String password)
Instantiates new time stamp structure.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
TimeStamp |
Clone() |
void |
CloneTo(TimeStamp that) |
boolean |
equals(Object obj) |
static boolean |
equals(TimeStamp obj1,
TimeStamp obj2) |
String |
getPassword()
Password.
|
String |
getUrl()
Url of third-party site.
|
String |
getUser()
User.
|
int |
hashCode() |
void |
setPassword(String value)
Password.
|
void |
setUrl(String value)
Url of third-party site.
|
void |
setUser(String value)
User.
|
public TimeStamp Clone()
public void CloneTo(TimeStamp that)
public final String getPassword()
Password.
public final String getUrl()
Url of third-party site.
public final String getUser()
User.
public final void setPassword(String value)
Password.
public final void setUrl(String value)
Url of third-party site.
public final void setUser(String value)
User.