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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java