public class UpdateEffectivityDatesRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
UpdateEffectivityDatesRequestBody()
Default constructor
|
UpdateEffectivityDatesRequestBody(UpdateEffectivityDatesRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Date |
getEffectiveFrom()
Return the date/time that this new element becomes effective in the governance program (null means immediately).
|
Date |
getEffectiveTo()
Return the date/time when the new element is no longer effective in the governance program (null means until deleted).
|
int |
hashCode()
Return hash code for this object
|
void |
setEffectiveFrom(Date effectiveFrom)
Set up the date/time that this new element becomes effective in the governance program (null means immediately).
|
void |
setEffectiveTo(Date effectiveTo)
Set up the date/time when the new element is no longer effective in the governance program (null means until deleted).
|
String |
toString()
JSON-style toString.
|
public UpdateEffectivityDatesRequestBody()
public UpdateEffectivityDatesRequestBody(UpdateEffectivityDatesRequestBody template)
template - object to copypublic Date getEffectiveFrom()
public void setEffectiveFrom(Date effectiveFrom)
effectiveFrom - date objectpublic Date getEffectiveTo()
public void setEffectiveTo(Date effectiveTo)
effectiveTo - date objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.