public class NewClassificationRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
NewClassificationRequestBody()
Default constructor
|
NewClassificationRequestBody(NewClassificationRequestBody 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 classification becomes effective in the governance program (null means immediately).
|
Date |
getEffectiveTo()
Return the date/time when the new classification is no longer effective in the governance program (null means until deleted).
|
ElementProperties |
getProperties()
Return the properties for the new classification.
|
int |
hashCode()
Return hash code for this object
|
void |
setEffectiveFrom(Date effectiveFrom)
Set up the date/time that this new classification becomes effective in the governance program (null means immediately).
|
void |
setEffectiveTo(Date effectiveTo)
Set up the date/time when the new classification is no longer effective in the governance program (null means until deleted).
|
void |
setProperties(ElementProperties properties)
Set up the properties for the new classification.
|
String |
toString()
JSON-style toString.
|
public NewClassificationRequestBody()
public NewClassificationRequestBody(NewClassificationRequestBody 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 ElementProperties getProperties()
public void setProperties(ElementProperties properties)
properties - list of propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.