public class Project extends AbstractModel
header, skipSign
Constructor and Description |
---|
Project() |
Project(Project source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAdhocCount()
Get Number of ad-hoc analysis pages.
|
Boolean |
getApply()
Get ""
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getAuthList()
Get Permission list in the project.
|
Long |
getBriefingCount()
Get Number of pages in the briefing
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getColorCode()
Get Background color of the logo.
|
ProjectConfigList[] |
getConfigList()
Get Customization parameter.
|
String |
getCorpId()
Get ""
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreatedAt()
Get Creation time.
|
String |
getCreatedUser()
Get Creator.
|
String |
getCreatedUserName()
Get Creator.
|
Long |
getFreeCount()
Get Number of free canvas pages.
|
Long |
getId()
Get Project ID.
|
Boolean |
getIsExternalManage()
Get Whether it is managed.
|
String |
getLastModifyName()
Get Last modified report and dashboard names.
|
String |
getLogo()
Get Project logo.
|
String |
getManagePlatform()
Get Management platform name.
|
String |
getMark()
Get ""
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMemberCount()
Get Number of members.
|
String |
getName()
Get Project name.
|
Long |
getNormalCount()
Get Number of dashboard pages.
|
String |
getOwner()
Get Associated person ID.
|
String |
getOwnerName()
Get Associated person.
|
Long |
getPageCount()
Get Number of pages.
|
String |
getPanelScope()
Get Default dashboard.
|
String |
getSeed()
Get ""
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSource()
Get ""
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUpdatedAt()
Get ""
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUpdatedUser()
Get ""
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAdhocCount(Long AdhocCount)
Set Number of ad-hoc analysis pages.
|
void |
setApply(Boolean Apply)
Set ""
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAuthList(String[] AuthList)
Set Permission list in the project.
|
void |
setBriefingCount(Long BriefingCount)
Set Number of pages in the briefing
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setColorCode(String ColorCode)
Set Background color of the logo.
|
void |
setConfigList(ProjectConfigList[] ConfigList)
Set Customization parameter.
|
void |
setCorpId(String CorpId)
Set ""
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreatedAt(String CreatedAt)
Set Creation time.
|
void |
setCreatedUser(String CreatedUser)
Set Creator.
|
void |
setCreatedUserName(String CreatedUserName)
Set Creator.
|
void |
setFreeCount(Long FreeCount)
Set Number of free canvas pages.
|
void |
setId(Long Id)
Set Project ID.
|
void |
setIsExternalManage(Boolean IsExternalManage)
Set Whether it is managed.
|
void |
setLastModifyName(String LastModifyName)
Set Last modified report and dashboard names.
|
void |
setLogo(String Logo)
Set Project logo.
|
void |
setManagePlatform(String ManagePlatform)
Set Management platform name.
|
void |
setMark(String Mark)
Set ""
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMemberCount(Long MemberCount)
Set Number of members.
|
void |
setName(String Name)
Set Project name.
|
void |
setNormalCount(Long NormalCount)
Set Number of dashboard pages.
|
void |
setOwner(String Owner)
Set Associated person ID.
|
void |
setOwnerName(String OwnerName)
Set Associated person.
|
void |
setPageCount(Long PageCount)
Set Number of pages.
|
void |
setPanelScope(String PanelScope)
Set Default dashboard.
|
void |
setSeed(String Seed)
Set ""
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSource(String Source)
Set ""
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpdatedAt(String UpdatedAt)
Set ""
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpdatedUser(String UpdatedUser)
Set ""
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Project()
public Project(Project source)
public Long getId()
public void setId(Long Id)
Id
- Project ID.public String getLogo()
public void setLogo(String Logo)
Logo
- Project logo.
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- Project name.
Note: This field may return null, indicating that no valid values can be obtained.public String getColorCode()
public void setColorCode(String ColorCode)
ColorCode
- Background color of the logo.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedUser()
public void setCreatedUser(String CreatedUser)
CreatedUser
- Creator.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- Creation time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getMemberCount()
public void setMemberCount(Long MemberCount)
MemberCount
- Number of members.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPageCount()
public void setPageCount(Long PageCount)
PageCount
- Number of pages.
Note: This field may return null, indicating that no valid values can be obtained.public String getLastModifyName()
public void setLastModifyName(String LastModifyName)
LastModifyName
- Last modified report and dashboard names.
Note: This field may return null, indicating that no valid values can be obtained.public String getSource()
public void setSource(String Source)
Source
- ""
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getApply()
public void setApply(Boolean Apply)
Apply
- ""
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedUser()
public void setUpdatedUser(String UpdatedUser)
UpdatedUser
- ""
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- ""
Note: This field may return null, indicating that no valid values can be obtained.public String getCorpId()
public void setCorpId(String CorpId)
CorpId
- ""
Note: This field may return null, indicating that no valid values can be obtained.public String getMark()
public void setMark(String Mark)
Mark
- ""
Note: This field may return null, indicating that no valid values can be obtained.public String getSeed()
public void setSeed(String Seed)
Seed
- ""
Note: This field may return null, indicating that no valid values can be obtained.public String[] getAuthList()
public void setAuthList(String[] AuthList)
AuthList
- Permission list in the project.
Note: This field may return null, indicating that no valid values can be obtained.public String getPanelScope()
public void setPanelScope(String PanelScope)
PanelScope
- Default dashboard.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsExternalManage()
public void setIsExternalManage(Boolean IsExternalManage)
IsExternalManage
- Whether it is managed.
Note: This field may return null, indicating that no valid values can be obtained.public String getManagePlatform()
public void setManagePlatform(String ManagePlatform)
ManagePlatform
- Management platform name.
Note: This field may return null, indicating that no valid values can be obtained.public ProjectConfigList[] getConfigList()
public void setConfigList(ProjectConfigList[] ConfigList)
ConfigList
- Customization parameter.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedUserName()
public void setCreatedUserName(String CreatedUserName)
CreatedUserName
- Creator.
Note: This field may return null, indicating that no valid values can be obtained.public String getOwner()
public void setOwner(String Owner)
Owner
- Associated person ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getOwnerName()
public void setOwnerName(String OwnerName)
OwnerName
- Associated person.
Note: This field may return null, indicating that no valid values can be obtained.public Long getNormalCount()
public void setNormalCount(Long NormalCount)
NormalCount
- Number of dashboard pages.
Note: This field may return null, indicating that no valid values can be obtained.public Long getFreeCount()
public void setFreeCount(Long FreeCount)
FreeCount
- Number of free canvas pages.
Note: This field may return null, indicating that no valid values can be obtained.public Long getAdhocCount()
public void setAdhocCount(Long AdhocCount)
AdhocCount
- Number of ad-hoc analysis pages.
Note: This field may return null, indicating that no valid values can be obtained.public Long getBriefingCount()
public void setBriefingCount(Long BriefingCount)
BriefingCount
- Number of pages in the briefing
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.