Class ProjectInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.ProjectInfo
-
public class ProjectInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProjectInfo()
ProjectInfo(ProjectInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getOwnerUin()
Get 用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。String
getProjectCreateTime()
Get 项目创建时间。 注意:此字段可能返回 null,表示取不到有效值。Long
getProjectCreatorUin()
Get 项目创建用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。String
getProjectId()
Get 项目 ID。 注意:此字段可能返回 null,表示取不到有效值。String
getProjectName()
Get 项目名称。 注意:此字段可能返回 null,表示取不到有效值。String
getProjectResume()
Get 项目信息简述。 注意:此字段可能返回 null,表示取不到有效值。void
setOwnerUin(Long OwnerUin)
Set 用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。void
setProjectCreateTime(String ProjectCreateTime)
Set 项目创建时间。 注意:此字段可能返回 null,表示取不到有效值。void
setProjectCreatorUin(Long ProjectCreatorUin)
Set 项目创建用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。void
setProjectId(String ProjectId)
Set 项目 ID。 注意:此字段可能返回 null,表示取不到有效值。void
setProjectName(String ProjectName)
Set 项目名称。 注意:此字段可能返回 null,表示取不到有效值。void
setProjectResume(String ProjectResume)
Set 项目信息简述。 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ProjectInfo
public ProjectInfo()
-
ProjectInfo
public ProjectInfo(ProjectInfo 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.
-
-
Method Detail
-
getProjectName
public String getProjectName()
Get 项目名称。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProjectName 项目名称。 注意:此字段可能返回 null,表示取不到有效值。
-
setProjectName
public void setProjectName(String ProjectName)
Set 项目名称。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProjectName
- 项目名称。 注意:此字段可能返回 null,表示取不到有效值。
-
getProjectCreatorUin
public Long getProjectCreatorUin()
Get 项目创建用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProjectCreatorUin 项目创建用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。
-
setProjectCreatorUin
public void setProjectCreatorUin(Long ProjectCreatorUin)
Set 项目创建用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProjectCreatorUin
- 项目创建用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。
-
getProjectCreateTime
public String getProjectCreateTime()
Get 项目创建时间。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProjectCreateTime 项目创建时间。 注意:此字段可能返回 null,表示取不到有效值。
-
setProjectCreateTime
public void setProjectCreateTime(String ProjectCreateTime)
Set 项目创建时间。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProjectCreateTime
- 项目创建时间。 注意:此字段可能返回 null,表示取不到有效值。
-
getProjectResume
public String getProjectResume()
Get 项目信息简述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProjectResume 项目信息简述。 注意:此字段可能返回 null,表示取不到有效值。
-
setProjectResume
public void setProjectResume(String ProjectResume)
Set 项目信息简述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProjectResume
- 项目信息简述。 注意:此字段可能返回 null,表示取不到有效值。
-
getOwnerUin
public Long getOwnerUin()
Get 用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OwnerUin 用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。
-
setOwnerUin
public void setOwnerUin(Long OwnerUin)
Set 用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OwnerUin
- 用户 UIN。 注意:此字段可能返回 null,表示取不到有效值。
-
getProjectId
public String getProjectId()
Get 项目 ID。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProjectId 项目 ID。 注意:此字段可能返回 null,表示取不到有效值。
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目 ID。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProjectId
- 项目 ID。 注意:此字段可能返回 null,表示取不到有效值。
-
-