public class DimensionUpdateDate extends Object
Constructor and Description |
---|
DimensionUpdateDate(String name)
A constructor used to capture dimension update dates.
|
DimensionUpdateDate(String name,
org.joda.time.DateTime lastUpdated)
A constructor for use by the web service client to build data objects carrying data from the web service.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.joda.time.DateTime |
getLastUpdated() |
String |
getName() |
int |
hashCode() |
void |
setLastUpdated(org.joda.time.DateTime lastUpdated) |
String |
toString() |
public DimensionUpdateDate(@NotNull String name)
name
- The dimension namepublic DimensionUpdateDate(@NotNull String name, org.joda.time.DateTime lastUpdated)
name
- The name of the dimensionlastUpdated
- The last updated date for the dimension (is nullable )public String getName()
public org.joda.time.DateTime getLastUpdated()
public void setLastUpdated(org.joda.time.DateTime lastUpdated)
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.