你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityRuntimeInfo 类

  • java.lang.Object
    • com.microsoft.azure.servicebus.management.EntityRuntimeInfo

public abstract class EntityRuntimeInfo

实体的运行时信息的基类

构造函数摘要

构造函数 说明
EntityRuntimeInfo()

方法摘要

修饰符和类型 方法和描述
Instant getAccessedAt()
Instant getCreatedAt()
MessageCountDetails getMessageCountDetails()
String getPath()
Instant getUpdatedAt()

方法继承自 java.lang.Object

构造函数详细信息

EntityRuntimeInfo

public EntityRuntimeInfo()

方法详细信息

getAccessedAt

public Instant getAccessedAt()

Returns:

上次访问实体的日期-时间。

getCreatedAt

public Instant getCreatedAt()

Returns:

创建实体的日期-时间。

getMessageCountDetails

public MessageCountDetails getMessageCountDetails()

Returns:

实体子队列的消息计数详细信息。

getPath

public String getPath()

Returns:

实体的路径。

getUpdatedAt

public Instant getUpdatedAt()

Returns:

更新实体的日期-时间

适用于