Uses of Class
com.tencentcloudapi.cme.v20191029.models.StorageNewFileCreatedEvent
-
Packages that use StorageNewFileCreatedEvent Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of StorageNewFileCreatedEvent in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return StorageNewFileCreatedEvent Modifier and Type Method Description StorageNewFileCreatedEventEventContent. getStorageNewFileCreatedEvent()Get 新文件产生事件。仅当 EventType 为 Storage.NewFileCreated 时有效。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type StorageNewFileCreatedEvent Modifier and Type Method Description voidEventContent. setStorageNewFileCreatedEvent(StorageNewFileCreatedEvent StorageNewFileCreatedEvent)Set 新文件产生事件。仅当 EventType 为 Storage.NewFileCreated 时有效。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type StorageNewFileCreatedEvent Constructor Description StorageNewFileCreatedEvent(StorageNewFileCreatedEvent 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.
-