SchemaGroupInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. eventhubs. fluent. models. SchemaGroupInner
- com.
- com.
public final class SchemaGroupInner
extends ProxyResource
Single item in List or Get Schema Group operation.
Constructor Summary
Constructor | Description |
---|---|
SchemaGroupInner() |
Creates an instance of Schema |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
createdAtUtc()
Get the created |
UUID |
etag()
Get the etag property: The ETag value. |
static
Schema |
fromJson(JsonReader jsonReader)
Reads an instance of Schema |
Map<String,String> |
groupProperties()
Get the group |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
location()
Get the location property: The geo-location where the resource lives. |
String |
name()
Get the name property: The name of the resource. |
Schema |
schemaCompatibility()
Get the schema |
Schema |
schemaType()
Get the schema |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
Offset |
updatedAtUtc()
Get the updated |
void |
validate()
Validates the instance. |
Schema |
withGroupProperties(Map<String,String> groupProperties)
Set the group |
Schema |
withSchemaCompatibility(SchemaCompatibility schemaCompatibility)
Set the schema |
Schema |
withSchemaType(SchemaType schemaType)
Set the schema |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SchemaGroupInner
public SchemaGroupInner()
Creates an instance of SchemaGroupInner class.
Method Details
createdAtUtc
public OffsetDateTime createdAtUtc()
Get the createdAtUtc property: Exact time the Schema Group was created.
Returns:
etag
public UUID etag()
Get the etag property: The ETag value.
Returns:
fromJson
public static SchemaGroupInner fromJson(JsonReader jsonReader)
Reads an instance of SchemaGroupInner from the JsonReader.
Parameters:
Returns:
Throws:
groupProperties
public Map
Get the groupProperties property: dictionary object for SchemaGroup group properties.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SchemaGroupInner.id()Returns:
location
public String location()
Get the location property: The geo-location where the resource lives.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SchemaGroupInner.name()Returns:
schemaCompatibility
public SchemaCompatibility schemaCompatibility()
Get the schemaCompatibility property: The schemaCompatibility property.
Returns:
schemaType
public SchemaType schemaType()
Get the schemaType property: The schemaType property.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system meta data relating to this resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SchemaGroupInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SchemaGroupInner.type()Returns:
updatedAtUtc
public OffsetDateTime updatedAtUtc()
Get the updatedAtUtc property: Exact time the Schema Group was updated.
Returns:
validate
public void validate()
Validates the instance.
withGroupProperties
public SchemaGroupInner withGroupProperties(Map
Set the groupProperties property: dictionary object for SchemaGroup group properties.
Parameters:
Returns:
withSchemaCompatibility
public SchemaGroupInner withSchemaCompatibility(SchemaCompatibility schemaCompatibility)
Set the schemaCompatibility property: The schemaCompatibility property.
Parameters:
Returns:
withSchemaType
public SchemaGroupInner withSchemaType(SchemaType schemaType)
Set the schemaType property: The schemaType property.
Parameters:
Returns:
Applies to
Azure SDK for Java