SystemDataAutoGenerated Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. models. SystemDataAutoGenerated
- com.
Implements
public final class SystemDataAutoGenerated
implements JsonSerializable<SystemDataAutoGenerated>
The SystemDataAutoGenerated model.
Constructor Summary
| Constructor | Description |
|---|---|
| SystemDataAutoGenerated() |
Creates an instance of System |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
createdAt()
Get the created |
| String |
createdBy()
Get the created |
|
Created |
createdByType()
Get the created |
|
static
System |
fromJson(JsonReader jsonReader)
Reads an instance of System |
|
Offset |
lastModifiedAt()
Get the last |
| String |
lastModifiedBy()
Get the last |
|
Created |
lastModifiedByType()
Get the last |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
System |
withCreatedAt(OffsetDateTime createdAt)
Set the created |
|
System |
withCreatedBy(String createdBy)
Set the created |
|
System |
withCreatedByType(CreatedByType createdByType)
Set the created |
|
System |
withLastModifiedAt(OffsetDateTime lastModifiedAt)
Set the last |
|
System |
withLastModifiedBy(String lastModifiedBy)
Set the last |
|
System |
withLastModifiedByType(CreatedByType lastModifiedByType)
Set the last |
Methods inherited from java.lang.Object
Constructor Details
SystemDataAutoGenerated
public SystemDataAutoGenerated()
Creates an instance of SystemDataAutoGenerated class.
Method Details
createdAt
public OffsetDateTime createdAt()
Get the createdAt property: The createdAt property.
Returns:
createdBy
public String createdBy()
Get the createdBy property: The createdBy property.
Returns:
createdByType
public CreatedByType createdByType()
Get the createdByType property: The type of identity that created the resource.
Returns:
fromJson
public static SystemDataAutoGenerated fromJson(JsonReader jsonReader)
Reads an instance of SystemDataAutoGenerated from the JsonReader.
Parameters:
Returns:
Throws:
lastModifiedAt
public OffsetDateTime lastModifiedAt()
Get the lastModifiedAt property: The lastModifiedAt property.
Returns:
lastModifiedBy
public String lastModifiedBy()
Get the lastModifiedBy property: The lastModifiedBy property.
Returns:
lastModifiedByType
public CreatedByType lastModifiedByType()
Get the lastModifiedByType property: The type of identity that created the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCreatedAt
public SystemDataAutoGenerated withCreatedAt(OffsetDateTime createdAt)
Set the createdAt property: The createdAt property.
Parameters:
Returns:
withCreatedBy
public SystemDataAutoGenerated withCreatedBy(String createdBy)
Set the createdBy property: The createdBy property.
Parameters:
Returns:
withCreatedByType
public SystemDataAutoGenerated withCreatedByType(CreatedByType createdByType)
Set the createdByType property: The type of identity that created the resource.
Parameters:
Returns:
withLastModifiedAt
public SystemDataAutoGenerated withLastModifiedAt(OffsetDateTime lastModifiedAt)
Set the lastModifiedAt property: The lastModifiedAt property.
Parameters:
Returns:
withLastModifiedBy
public SystemDataAutoGenerated withLastModifiedBy(String lastModifiedBy)
Set the lastModifiedBy property: The lastModifiedBy property.
Parameters:
Returns:
withLastModifiedByType
public SystemDataAutoGenerated withLastModifiedByType(CreatedByType lastModifiedByType)
Set the lastModifiedByType property: The type of identity that created the resource.
Parameters:
Returns: