public class SessionClusterRefItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SessionClusterRefItem() | 
| SessionClusterRefItem(SessionClusterRefItem 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 | getResourceId()Get 资源唯一标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getType()Get 引用类型,0:用户资源
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getVersion()Get 版本号
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getWorkspaceId()Get 空间唯一标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setResourceId(String ResourceId)Set 资源唯一标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(Long Type)Set 引用类型,0:用户资源
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setVersion(Long Version)Set 版本号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setWorkspaceId(String WorkspaceId)Set 空间唯一标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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, toJsonStringpublic SessionClusterRefItem()
public SessionClusterRefItem(SessionClusterRefItem source)
public String getWorkspaceId()
public void setWorkspaceId(String WorkspaceId)
WorkspaceId - 空间唯一标识
注意:此字段可能返回 null,表示取不到有效值。public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 资源唯一标识
注意:此字段可能返回 null,表示取不到有效值。public Long getVersion()
public void setVersion(Long Version)
Version - 版本号
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type - 引用类型,0:用户资源
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.