public class WorkspaceShareInfo extends AbstractModel
Constructor and Description |
---|
WorkspaceShareInfo() |
WorkspaceShareInfo(WorkspaceShareInfo 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 |
---|---|
String |
getBeginDate()
Get 开始共享的时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEndDate()
Get 停止共享的时间
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getStatus()
Get 共享或不共享状态
|
UserInfoRsp[] |
getUsers()
Get 停止共享的时间
|
Boolean |
getWithMe()
Get 是否与我共享
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBeginDate(String BeginDate)
Set 开始共享的时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndDate(String EndDate)
Set 停止共享的时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Boolean Status)
Set 共享或不共享状态
|
void |
setUsers(UserInfoRsp[] Users)
Set 停止共享的时间
|
void |
setWithMe(Boolean WithMe)
Set 是否与我共享
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public WorkspaceShareInfo()
public WorkspaceShareInfo(WorkspaceShareInfo source)
public Boolean getStatus()
public void setStatus(Boolean Status)
Status
- 共享或不共享状态public Boolean getWithMe()
public void setWithMe(Boolean WithMe)
WithMe
- 是否与我共享
注意:此字段可能返回 null,表示取不到有效值。public String getBeginDate()
public void setBeginDate(String BeginDate)
BeginDate
- 开始共享的时间
注意:此字段可能返回 null,表示取不到有效值。public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 停止共享的时间
注意:此字段可能返回 null,表示取不到有效值。public UserInfoRsp[] getUsers()
public void setUsers(UserInfoRsp[] Users)
Users
- 停止共享的时间Copyright © 2022. All rights reserved.