EntityRuntimeInfo Class
- java.
lang. Object - com.
microsoft. azure. servicebus. management. EntityRuntimeInfo
- com.
public abstract class EntityRuntimeInfo
Base class for runtime information for entities
Constructor Summary
Constructor | Description | |
---|---|---|
EntityRuntimeInfo() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Instant | getAccessedAt() |
Instant | getCreatedAt() |
Message |
getMessageCountDetails() |
String | getPath() |
Instant | getUpdatedAt() |
Methods inherited from java.lang.Object
Constructor Details
EntityRuntimeInfo
public EntityRuntimeInfo()
Method Details
getAccessedAt
public Instant getAccessedAt()
Returns:
The date-time when the entity was last accessed.
getCreatedAt
public Instant getCreatedAt()
Returns:
The date-time when entity was created.
getMessageCountDetails
public MessageCountDetails getMessageCountDetails()
Returns:
Message count details of the sub-queues of the entity.
getPath
public String getPath()
Returns:
The path of the entity.
getUpdatedAt
public Instant getUpdatedAt()
Returns:
The date-time when the entity was updated
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java