public class NotebookInstanceSummary extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NotebookInstanceSummary() | 
| NotebookInstanceSummary(NotebookInstanceSummary 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 | 
|---|---|
| BillingLabel | getBillingLabel()Get 计费标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCreationTime()Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDeadline()Get 运行截止时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getInstanceId()Get 实例ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getInstanceType()Get 算力类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLastModifiedTime()Get 最近修改时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getNotebookInstanceName()Get notebook实例名字
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getNotebookInstanceStatus()Get notebook实例状态,取值范围:
Pending: 创建中
Inservice: 运行中
Stopping: 停止中
Stopped: 已停止
Failed: 失败
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getPrepay()Get 是否是预付费实例
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getRemainTimeInSeconds()Get 剩余时长,秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getRuntimeInSeconds()Get 运行时长,秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStartupTime()Get 启动时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| StoppingCondition | getStoppingCondition()Get 自动停止配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBillingLabel(BillingLabel BillingLabel)Set 计费标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreationTime(String CreationTime)Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDeadline(String Deadline)Set 运行截止时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setInstanceId(String InstanceId)Set 实例ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setInstanceType(String InstanceType)Set 算力类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLastModifiedTime(String LastModifiedTime)Set 最近修改时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setNotebookInstanceName(String NotebookInstanceName)Set notebook实例名字
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setNotebookInstanceStatus(String NotebookInstanceStatus)Set notebook实例状态,取值范围:
Pending: 创建中
Inservice: 运行中
Stopping: 停止中
Stopped: 已停止
Failed: 失败
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPrepay(Boolean Prepay)Set 是否是预付费实例
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRemainTimeInSeconds(Long RemainTimeInSeconds)Set 剩余时长,秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRuntimeInSeconds(Long RuntimeInSeconds)Set 运行时长,秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStartupTime(String StartupTime)Set 启动时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStoppingCondition(StoppingCondition StoppingCondition)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 NotebookInstanceSummary()
public NotebookInstanceSummary(NotebookInstanceSummary source)
public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime - 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getLastModifiedTime()
public void setLastModifiedTime(String LastModifiedTime)
LastModifiedTime - 最近修改时间
注意:此字段可能返回 null,表示取不到有效值。public String getNotebookInstanceName()
public void setNotebookInstanceName(String NotebookInstanceName)
NotebookInstanceName - notebook实例名字
注意:此字段可能返回 null,表示取不到有效值。public String getNotebookInstanceStatus()
public void setNotebookInstanceStatus(String NotebookInstanceStatus)
NotebookInstanceStatus - notebook实例状态,取值范围:
Pending: 创建中
Inservice: 运行中
Stopping: 停止中
Stopped: 已停止
Failed: 失败
注意:此字段可能返回 null,表示取不到有效值。public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - 算力类型
注意:此字段可能返回 null,表示取不到有效值。public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例ID
注意:此字段可能返回 null,表示取不到有效值。public String getStartupTime()
public void setStartupTime(String StartupTime)
StartupTime - 启动时间
注意:此字段可能返回 null,表示取不到有效值。public String getDeadline()
public void setDeadline(String Deadline)
Deadline - 运行截止时间
注意:此字段可能返回 null,表示取不到有效值。public StoppingCondition getStoppingCondition()
public void setStoppingCondition(StoppingCondition StoppingCondition)
StoppingCondition - 自动停止配置
注意:此字段可能返回 null,表示取不到有效值。public Boolean getPrepay()
public void setPrepay(Boolean Prepay)
Prepay - 是否是预付费实例
注意:此字段可能返回 null,表示取不到有效值。public BillingLabel getBillingLabel()
public void setBillingLabel(BillingLabel BillingLabel)
BillingLabel - 计费标识
注意:此字段可能返回 null,表示取不到有效值。public Long getRuntimeInSeconds()
public void setRuntimeInSeconds(Long RuntimeInSeconds)
RuntimeInSeconds - 运行时长,秒
注意:此字段可能返回 null,表示取不到有效值。public Long getRemainTimeInSeconds()
public void setRemainTimeInSeconds(Long RemainTimeInSeconds)
RemainTimeInSeconds - 剩余时长,秒
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.