Partajați prin


StandardAssignmentMetadata Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.StandardAssignmentMetadata

Implements

public final class StandardAssignmentMetadata
implements JsonSerializable<StandardAssignmentMetadata>

The standard assignment metadata.

Constructor Summary

Constructor Description
StandardAssignmentMetadata()

Creates an instance of StandardAssignmentMetadata class.

Method Summary

Modifier and Type Method and Description
String createdBy()

Get the createdBy property: Standard assignment Created by object id (GUID).

OffsetDateTime createdOn()

Get the createdOn property: Standard assignment creation date.

static StandardAssignmentMetadata fromJson(JsonReader jsonReader)

Reads an instance of StandardAssignmentMetadata from the JsonReader.

String lastUpdatedBy()

Get the lastUpdatedBy property: Standard assignment last updated by object id (GUID).

OffsetDateTime lastUpdatedOn()

Get the lastUpdatedOn property: Standard assignment last update date.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

StandardAssignmentMetadata

public StandardAssignmentMetadata()

Creates an instance of StandardAssignmentMetadata class.

Method Details

createdBy

public String createdBy()

Get the createdBy property: Standard assignment Created by object id (GUID).

Returns:

the createdBy value.

createdOn

public OffsetDateTime createdOn()

Get the createdOn property: Standard assignment creation date.

Returns:

the createdOn value.

fromJson

public static StandardAssignmentMetadata fromJson(JsonReader jsonReader)

Reads an instance of StandardAssignmentMetadata from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of StandardAssignmentMetadata if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the StandardAssignmentMetadata.

lastUpdatedBy

public String lastUpdatedBy()

Get the lastUpdatedBy property: Standard assignment last updated by object id (GUID).

Returns:

the lastUpdatedBy value.

lastUpdatedOn

public OffsetDateTime lastUpdatedOn()

Get the lastUpdatedOn property: Standard assignment last update date.

Returns:

the lastUpdatedOn value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to