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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java