Class NotebookInstanceSummary
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20191022.models.NotebookInstanceSummary
-
public class NotebookInstanceSummary extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingLabelgetBillingLabel()Get 计费标识 注意:此字段可能返回 null,表示取不到有效值。StringgetCreationTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetDeadline()Get 运行截止时间 注意:此字段可能返回 null,表示取不到有效值。StringgetInstanceId()Get 实例ID 注意:此字段可能返回 null,表示取不到有效值。StringgetInstanceType()Get 算力类型 注意:此字段可能返回 null,表示取不到有效值。StringgetLastModifiedTime()Get 最近修改时间 注意:此字段可能返回 null,表示取不到有效值。StringgetNotebookInstanceName()Get notebook实例名字 注意:此字段可能返回 null,表示取不到有效值。StringgetNotebookInstanceStatus()Get notebook实例状态,取值范围: Pending: 创建中 Inservice: 运行中 Stopping: 停止中 Stopped: 已停止 Failed: 失败 注意:此字段可能返回 null,表示取不到有效值。BooleangetPrepay()Get 是否是预付费实例 注意:此字段可能返回 null,表示取不到有效值。LonggetRemainTimeInSeconds()Get 剩余时长,秒 注意:此字段可能返回 null,表示取不到有效值。LonggetRuntimeInSeconds()Get 运行时长,秒 注意:此字段可能返回 null,表示取不到有效值。StringgetStartupTime()Get 启动时间 注意:此字段可能返回 null,表示取不到有效值。StoppingConditiongetStoppingCondition()Get 自动停止配置 注意:此字段可能返回 null,表示取不到有效值。voidsetBillingLabel(BillingLabel BillingLabel)Set 计费标识 注意:此字段可能返回 null,表示取不到有效值。voidsetCreationTime(String CreationTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetDeadline(String Deadline)Set 运行截止时间 注意:此字段可能返回 null,表示取不到有效值。voidsetInstanceId(String InstanceId)Set 实例ID 注意:此字段可能返回 null,表示取不到有效值。voidsetInstanceType(String InstanceType)Set 算力类型 注意:此字段可能返回 null,表示取不到有效值。voidsetLastModifiedTime(String LastModifiedTime)Set 最近修改时间 注意:此字段可能返回 null,表示取不到有效值。voidsetNotebookInstanceName(String NotebookInstanceName)Set notebook实例名字 注意:此字段可能返回 null,表示取不到有效值。voidsetNotebookInstanceStatus(String NotebookInstanceStatus)Set notebook实例状态,取值范围: Pending: 创建中 Inservice: 运行中 Stopping: 停止中 Stopped: 已停止 Failed: 失败 注意:此字段可能返回 null,表示取不到有效值。voidsetPrepay(Boolean Prepay)Set 是否是预付费实例 注意:此字段可能返回 null,表示取不到有效值。voidsetRemainTimeInSeconds(Long RemainTimeInSeconds)Set 剩余时长,秒 注意:此字段可能返回 null,表示取不到有效值。voidsetRuntimeInSeconds(Long RuntimeInSeconds)Set 运行时长,秒 注意:此字段可能返回 null,表示取不到有效值。voidsetStartupTime(String StartupTime)Set 启动时间 注意:此字段可能返回 null,表示取不到有效值。voidsetStoppingCondition(StoppingCondition StoppingCondition)Set 自动停止配置 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
NotebookInstanceSummary
public NotebookInstanceSummary()
-
NotebookInstanceSummary
public 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.
-
-
Method Detail
-
getCreationTime
public String getCreationTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreationTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreationTime
public void setCreationTime(String CreationTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreationTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getLastModifiedTime
public String getLastModifiedTime()
Get 最近修改时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LastModifiedTime 最近修改时间 注意:此字段可能返回 null,表示取不到有效值。
-
setLastModifiedTime
public void setLastModifiedTime(String LastModifiedTime)
Set 最近修改时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LastModifiedTime- 最近修改时间 注意:此字段可能返回 null,表示取不到有效值。
-
getNotebookInstanceName
public String getNotebookInstanceName()
Get notebook实例名字 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NotebookInstanceName notebook实例名字 注意:此字段可能返回 null,表示取不到有效值。
-
setNotebookInstanceName
public void setNotebookInstanceName(String NotebookInstanceName)
Set notebook实例名字 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NotebookInstanceName- notebook实例名字 注意:此字段可能返回 null,表示取不到有效值。
-
getNotebookInstanceStatus
public String getNotebookInstanceStatus()
Get notebook实例状态,取值范围: Pending: 创建中 Inservice: 运行中 Stopping: 停止中 Stopped: 已停止 Failed: 失败 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NotebookInstanceStatus notebook实例状态,取值范围: Pending: 创建中 Inservice: 运行中 Stopping: 停止中 Stopped: 已停止 Failed: 失败 注意:此字段可能返回 null,表示取不到有效值。
-
setNotebookInstanceStatus
public void setNotebookInstanceStatus(String NotebookInstanceStatus)
Set notebook实例状态,取值范围: Pending: 创建中 Inservice: 运行中 Stopping: 停止中 Stopped: 已停止 Failed: 失败 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NotebookInstanceStatus- notebook实例状态,取值范围: Pending: 创建中 Inservice: 运行中 Stopping: 停止中 Stopped: 已停止 Failed: 失败 注意:此字段可能返回 null,表示取不到有效值。
-
getInstanceType
public String getInstanceType()
Get 算力类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceType 算力类型 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceType
public void setInstanceType(String InstanceType)
Set 算力类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceType- 算力类型 注意:此字段可能返回 null,表示取不到有效值。
-
getInstanceId
public String getInstanceId()
Get 实例ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceId 实例ID 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceId- 实例ID 注意:此字段可能返回 null,表示取不到有效值。
-
getStartupTime
public String getStartupTime()
Get 启动时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartupTime 启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
setStartupTime
public void setStartupTime(String StartupTime)
Set 启动时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartupTime- 启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
getDeadline
public String getDeadline()
Get 运行截止时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Deadline 运行截止时间 注意:此字段可能返回 null,表示取不到有效值。
-
setDeadline
public void setDeadline(String Deadline)
Set 运行截止时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Deadline- 运行截止时间 注意:此字段可能返回 null,表示取不到有效值。
-
getStoppingCondition
public StoppingCondition getStoppingCondition()
Get 自动停止配置 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StoppingCondition 自动停止配置 注意:此字段可能返回 null,表示取不到有效值。
-
setStoppingCondition
public void setStoppingCondition(StoppingCondition StoppingCondition)
Set 自动停止配置 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StoppingCondition- 自动停止配置 注意:此字段可能返回 null,表示取不到有效值。
-
getPrepay
public Boolean getPrepay()
Get 是否是预付费实例 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Prepay 是否是预付费实例 注意:此字段可能返回 null,表示取不到有效值。
-
setPrepay
public void setPrepay(Boolean Prepay)
Set 是否是预付费实例 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Prepay- 是否是预付费实例 注意:此字段可能返回 null,表示取不到有效值。
-
getBillingLabel
public BillingLabel getBillingLabel()
Get 计费标识 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BillingLabel 计费标识 注意:此字段可能返回 null,表示取不到有效值。
-
setBillingLabel
public void setBillingLabel(BillingLabel BillingLabel)
Set 计费标识 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BillingLabel- 计费标识 注意:此字段可能返回 null,表示取不到有效值。
-
getRuntimeInSeconds
public Long getRuntimeInSeconds()
Get 运行时长,秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RuntimeInSeconds 运行时长,秒 注意:此字段可能返回 null,表示取不到有效值。
-
setRuntimeInSeconds
public void setRuntimeInSeconds(Long RuntimeInSeconds)
Set 运行时长,秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RuntimeInSeconds- 运行时长,秒 注意:此字段可能返回 null,表示取不到有效值。
-
getRemainTimeInSeconds
public Long getRemainTimeInSeconds()
Get 剩余时长,秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RemainTimeInSeconds 剩余时长,秒 注意:此字段可能返回 null,表示取不到有效值。
-
setRemainTimeInSeconds
public void setRemainTimeInSeconds(Long RemainTimeInSeconds)
Set 剩余时长,秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RemainTimeInSeconds- 剩余时长,秒 注意:此字段可能返回 null,表示取不到有效值。
-
-