你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EntityRuntimeInfo 类
- java.
lang. Object - com.
microsoft. azure. servicebus. management. EntityRuntimeInfo
- com.
public abstract class EntityRuntimeInfo
实体的运行时信息的基类
构造函数摘要
构造函数 | 说明 | |
---|---|---|
EntityRuntimeInfo() |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Instant | getAccessedAt() |
Instant | getCreatedAt() |
Message |
getMessageCountDetails() |
String | getPath() |
Instant | getUpdatedAt() |
方法继承自 java.lang.Object
构造函数详细信息
EntityRuntimeInfo
public EntityRuntimeInfo()
方法详细信息
getAccessedAt
public Instant getAccessedAt()
返回:
上次访问实体的日期-时间。
getCreatedAt
public Instant getCreatedAt()
返回:
创建实体的日期-时间。
getMessageCountDetails
public MessageCountDetails getMessageCountDetails()
返回:
实体子队列的消息计数详细信息。
getPath
public String getPath()
返回:
实体的路径。
getUpdatedAt
public Instant getUpdatedAt()
返回:
更新实体的日期-时间