@Generated public class Model extends Object
Constructor and Description |
---|
Model() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCreationTimestamp() |
String |
getDescription() |
Long |
getLastUpdatedTimestamp() |
Collection<ModelVersion> |
getLatestVersions() |
String |
getName() |
Collection<ModelTag> |
getTags() |
String |
getUserId() |
int |
hashCode() |
Model |
setCreationTimestamp(Long creationTimestamp) |
Model |
setDescription(String description) |
Model |
setLastUpdatedTimestamp(Long lastUpdatedTimestamp) |
Model |
setLatestVersions(Collection<ModelVersion> latestVersions) |
Model |
setName(String name) |
Model |
setTags(Collection<ModelTag> tags) |
Model |
setUserId(String userId) |
String |
toString() |
public Long getCreationTimestamp()
public String getDescription()
public Long getLastUpdatedTimestamp()
public Model setLatestVersions(Collection<ModelVersion> latestVersions)
public Collection<ModelVersion> getLatestVersions()
public String getName()
public Model setTags(Collection<ModelTag> tags)
public Collection<ModelTag> getTags()
public String getUserId()
Copyright © 2023. All rights reserved.