public class DataStore extends Asset
| Constructor and Description |
|---|
DataStore() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Date |
getCreateTime()
Return the time that the data store was created.
|
String |
getEncodingDescription()
Return the description of the encoding used in the data store.
|
String |
getEncodingLanguage()
Return the name of the natural language used for text strings within the data store.
|
Map<String,String> |
getEncodingProperties()
Return the additional properties associated with the encoding process.
|
String |
getEncodingType()
Return the name of the encoding style used in the data store.
|
Date |
getModifiedTime()
Return the last known time the data store was modified.
|
String |
getPathName()
Return the fully qualified physical location of the data store.
|
int |
hashCode() |
void |
setCreateTime(Date createTime)
Set up the time that the data store was created.
|
void |
setEncodingDescription(String encodingDescription)
Set up the description of the encoding used in the data store.
|
void |
setEncodingLanguage(String encodingLanguage)
Set up the name of the natural language used for text strings within the data store.
|
void |
setEncodingProperties(Map<String,String> encodingProperties)
Set up the additional properties associated with the encoding process.
|
void |
setEncodingType(String encodingType)
Set up the name of the encoding style used in the data store.
|
void |
setModifiedTime(Date modifiedTime)
Setup the last known time the data store was modified.
|
void |
setPathName(String pathName)
Set up the fully qualified physical location of the data store.
|
String |
toString() |
getDescription, getDisplayName, getGUID, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerType, getZoneMembership, setDescription, setDisplayName, setGUID, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerType, setZoneMembershipgetAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic Map<String,String> getEncodingProperties()
public String getPathName()
public Date getCreateTime()
public Date getModifiedTime()
public String getEncodingType()
public String getEncodingLanguage()
public String getEncodingDescription()
public void setPathName(String pathName)
pathName - string namepublic void setCreateTime(Date createTime)
createTime - datepublic void setModifiedTime(Date modifiedTime)
modifiedTime - datepublic void setEncodingType(String encodingType)
encodingType - string namepublic void setEncodingLanguage(String encodingLanguage)
encodingLanguage - string language namepublic void setEncodingDescription(String encodingDescription)
encodingDescription - string textpublic void setEncodingProperties(Map<String,String> encodingProperties)
encodingProperties - map of name-value pairsCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.