public class ProjectInfo extends Object
ProjectResponse.| Constructor and Description |
|---|
ProjectInfo()
Creates a new instance.
|
public long getId()
public void setId(long id)
id - the project ID to set.public long getType()
public void setType(long type)
type - the project type to set.public long getUserId()
public void setUserId(long userId)
userId - the user ID to set.public String getSourceLanguageId()
public void setSourceLanguageId(String sourceLanguageId)
sourceLanguageId - the source language ID to set.public String[] getTargetLanguageIds()
public void setTargetLanguageIds(String[] targetLanguageIds)
targetLanguageIds - the array of target language IDs to set.public String getLanguageAccessPolicy()
public void setLanguageAccessPolicy(String languageAccessPolicy)
languageAccessPolicy - the language access policy to set.public String getName()
public void setName(String name)
name - the project name to set.public String getCname()
public void setCname(String cname)
cname - the cname to set.public String getIdentifier()
public void setIdentifier(String identifier)
identifier - the project identifier to set.public String getDescription()
public void setDescription(String description)
description - the description to set.public String getVisibility()
public void setVisibility(String visibility)
visibility - the visibility to set.public String getLogo()
public void setLogo(String logo)
logo - the logo to set.public Boolean getPublicDownloads()
publicDownloads value.public void setPublicDownloads(Boolean publicDownloads)
publicDownloads - the publicDownloads value to set.public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the creation time to set.public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
updatedAt - the update time to set.public Date getLastActivity()
public void setLastActivity(Date lastActivity)
lastActivity - the last activity to set.public LanguageInfo getSourceLanguage()
public void setSourceLanguage(LanguageInfo sourceLanguage)
sourceLanguage - the source language to set.public LanguageInfo[] getTargetLanguages()
public void setTargetLanguages(LanguageInfo[] targetLanguages)
targetLanguages - the array of target languages to set.Copyright © 2024. All rights reserved.