Class ImageCacheEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ImageCacheEvent
-
public class ImageCacheEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ImageCacheEvent()ImageCacheEvent(ImageCacheEvent 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 StringgetFirstTimestamp()Get 事件第一次出现时间StringgetImageCacheId()Get 镜像缓存IdStringgetLastTimestamp()Get 事件最后一次出现时间StringgetMessage()Get 事件原因详述StringgetReason()Get 事件原因简述StringgetType()Get 事件类型, Normal或者WarningvoidsetFirstTimestamp(String FirstTimestamp)Set 事件第一次出现时间voidsetImageCacheId(String ImageCacheId)Set 镜像缓存IdvoidsetLastTimestamp(String LastTimestamp)Set 事件最后一次出现时间voidsetMessage(String Message)Set 事件原因详述voidsetReason(String Reason)Set 事件原因简述voidsetType(String Type)Set 事件类型, Normal或者WarningvoidtoMap(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
-
ImageCacheEvent
public ImageCacheEvent()
-
ImageCacheEvent
public ImageCacheEvent(ImageCacheEvent 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
-
getImageCacheId
public String getImageCacheId()
Get 镜像缓存Id- Returns:
- ImageCacheId 镜像缓存Id
-
setImageCacheId
public void setImageCacheId(String ImageCacheId)
Set 镜像缓存Id- Parameters:
ImageCacheId- 镜像缓存Id
-
getType
public String getType()
Get 事件类型, Normal或者Warning- Returns:
- Type 事件类型, Normal或者Warning
-
setType
public void setType(String Type)
Set 事件类型, Normal或者Warning- Parameters:
Type- 事件类型, Normal或者Warning
-
getReason
public String getReason()
Get 事件原因简述- Returns:
- Reason 事件原因简述
-
setReason
public void setReason(String Reason)
Set 事件原因简述- Parameters:
Reason- 事件原因简述
-
getMessage
public String getMessage()
Get 事件原因详述- Returns:
- Message 事件原因详述
-
setMessage
public void setMessage(String Message)
Set 事件原因详述- Parameters:
Message- 事件原因详述
-
getFirstTimestamp
public String getFirstTimestamp()
Get 事件第一次出现时间- Returns:
- FirstTimestamp 事件第一次出现时间
-
setFirstTimestamp
public void setFirstTimestamp(String FirstTimestamp)
Set 事件第一次出现时间- Parameters:
FirstTimestamp- 事件第一次出现时间
-
getLastTimestamp
public String getLastTimestamp()
Get 事件最后一次出现时间- Returns:
- LastTimestamp 事件最后一次出现时间
-
setLastTimestamp
public void setLastTimestamp(String LastTimestamp)
Set 事件最后一次出现时间- Parameters:
LastTimestamp- 事件最后一次出现时间
-
-