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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java