azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

165 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity"
name: "SCMetadataEntity"
nameWithType: "SCMetadataEntity"
summary: "Metadata of the data record."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **SCMetadataEntity**"
constructors:
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.SCMetadataEntity()"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.SCMetadataEntity()"
name: "SCMetadataEntity()"
nameWithType: "SCMetadataEntity.SCMetadataEntity()"
summary: "Creates an instance of SCMetadata<wbr>Entity class."
syntax: "public SCMetadataEntity()"
desc: "Creates an instance of SCMetadataEntity class."
methods:
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.createdTimestamp()"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.createdTimestamp()"
name: "createdTimestamp()"
nameWithType: "SCMetadataEntity.createdTimestamp()"
summary: "Get the created<wbr>Timestamp property: Created Date Time."
syntax: "public String createdTimestamp()"
desc: "Get the createdTimestamp property: Created Date Time."
returns:
description: "the createdTimestamp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.deletedTimestamp()"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.deletedTimestamp()"
name: "deletedTimestamp()"
nameWithType: "SCMetadataEntity.deletedTimestamp()"
summary: "Get the deleted<wbr>Timestamp property: Deleted Date time."
syntax: "public String deletedTimestamp()"
desc: "Get the deletedTimestamp property: Deleted Date time."
returns:
description: "the deletedTimestamp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.resourceName()"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.resourceName()"
name: "resourceName()"
nameWithType: "SCMetadataEntity.resourceName()"
summary: "Get the resource<wbr>Name property: Resource name of the record."
syntax: "public String resourceName()"
desc: "Get the resourceName property: Resource name of the record."
returns:
description: "the resourceName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.self()"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.self()"
name: "self()"
nameWithType: "SCMetadataEntity.self()"
summary: "Get the self property: Self lookup url."
syntax: "public String self()"
desc: "Get the self property: Self lookup url."
returns:
description: "the self value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.updatedTimestamp()"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.updatedTimestamp()"
name: "updatedTimestamp()"
nameWithType: "SCMetadataEntity.updatedTimestamp()"
summary: "Get the updated<wbr>Timestamp property: Updated Date time."
syntax: "public String updatedTimestamp()"
desc: "Get the updatedTimestamp property: Updated Date time."
returns:
description: "the updatedTimestamp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.validate()"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.validate()"
name: "validate()"
nameWithType: "SCMetadataEntity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withCreatedTimestamp(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withCreatedTimestamp(String createdTimestamp)"
name: "withCreatedTimestamp(String createdTimestamp)"
nameWithType: "SCMetadataEntity.withCreatedTimestamp(String createdTimestamp)"
summary: "Set the created<wbr>Timestamp property: Created Date Time."
parameters:
- description: "the createdTimestamp value to set."
name: "createdTimestamp"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SCMetadataEntity withCreatedTimestamp(String createdTimestamp)"
desc: "Set the createdTimestamp property: Created Date Time."
returns:
description: "the SCMetadataEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.SCMetadataEntity?alt=com.azure.resourcemanager.confluent.models.SCMetadataEntity&text=SCMetadataEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withDeletedTimestamp(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withDeletedTimestamp(String deletedTimestamp)"
name: "withDeletedTimestamp(String deletedTimestamp)"
nameWithType: "SCMetadataEntity.withDeletedTimestamp(String deletedTimestamp)"
summary: "Set the deleted<wbr>Timestamp property: Deleted Date time."
parameters:
- description: "the deletedTimestamp value to set."
name: "deletedTimestamp"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SCMetadataEntity withDeletedTimestamp(String deletedTimestamp)"
desc: "Set the deletedTimestamp property: Deleted Date time."
returns:
description: "the SCMetadataEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.SCMetadataEntity?alt=com.azure.resourcemanager.confluent.models.SCMetadataEntity&text=SCMetadataEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withResourceName(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withResourceName(String resourceName)"
name: "withResourceName(String resourceName)"
nameWithType: "SCMetadataEntity.withResourceName(String resourceName)"
summary: "Set the resource<wbr>Name property: Resource name of the record."
parameters:
- description: "the resourceName value to set."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SCMetadataEntity withResourceName(String resourceName)"
desc: "Set the resourceName property: Resource name of the record."
returns:
description: "the SCMetadataEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.SCMetadataEntity?alt=com.azure.resourcemanager.confluent.models.SCMetadataEntity&text=SCMetadataEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withSelf(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withSelf(String self)"
name: "withSelf(String self)"
nameWithType: "SCMetadataEntity.withSelf(String self)"
summary: "Set the self property: Self lookup url."
parameters:
- description: "the self value to set."
name: "self"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SCMetadataEntity withSelf(String self)"
desc: "Set the self property: Self lookup url."
returns:
description: "the SCMetadataEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.SCMetadataEntity?alt=com.azure.resourcemanager.confluent.models.SCMetadataEntity&text=SCMetadataEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withUpdatedTimestamp(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.SCMetadataEntity.withUpdatedTimestamp(String updatedTimestamp)"
name: "withUpdatedTimestamp(String updatedTimestamp)"
nameWithType: "SCMetadataEntity.withUpdatedTimestamp(String updatedTimestamp)"
summary: "Set the updated<wbr>Timestamp property: Updated Date time."
parameters:
- description: "the updatedTimestamp value to set."
name: "updatedTimestamp"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SCMetadataEntity withUpdatedTimestamp(String updatedTimestamp)"
desc: "Set the updatedTimestamp property: Updated Date time."
returns:
description: "the SCMetadataEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.SCMetadataEntity?alt=com.azure.resourcemanager.confluent.models.SCMetadataEntity&text=SCMetadataEntity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Metadata of the data record."
metadata: {}
package: "com.azure.resourcemanager.confluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0