public class ConsumerGroupInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ConsumerGroupInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
createdAt()
Get the createdAt property: Exact time the message was created.
|
OffsetDateTime |
updatedAt()
Get the updatedAt property: The exact time the message was updated.
|
String |
userMetadata()
Get the userMetadata property: User Metadata is a placeholder to store user-defined string data with maximum
length 1024.
|
void |
validate()
Validates the instance.
|
ConsumerGroupInner |
withUserMetadata(String userMetadata)
Set the userMetadata property: User Metadata is a placeholder to store user-defined string data with maximum
length 1024.
|
public OffsetDateTime createdAt()
public OffsetDateTime updatedAt()
public String userMetadata()
public ConsumerGroupInner withUserMetadata(String userMetadata)
userMetadata - the userMetadata value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.