Package com.redhat.parodos.sdk.model
Class ProjectResponseDTO
java.lang.Object
com.redhat.parodos.sdk.model.ProjectResponseDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ProjectResponseDTO
extends Object
ProjectResponseDTO
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessRole(String accessRole) createdDate(Date createdDate) description(String description) booleanstatic ProjectResponseDTOCreate an instance of ProjectResponseDTO given an JSON stringGet accessRoleGet createdByGet createdDateGet descriptiongetId()Get idGet modifiedByGet modifiedDategetName()Get nameinthashCode()modifiedBy(String modifiedBy) modifiedDate(Date modifiedDate) voidsetAccessRole(String accessRole) voidsetCreatedBy(String createdBy) voidsetCreatedDate(Date createdDate) voidsetDescription(String description) voidvoidsetModifiedBy(String modifiedBy) voidsetModifiedDate(Date modifiedDate) voidtoJson()Convert an instance of ProjectResponseDTO to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ACCESS_ROLE
- See Also:
-
SERIALIZED_NAME_CREATED_BY
- See Also:
-
SERIALIZED_NAME_CREATED_DATE
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_MODIFIED_BY
- See Also:
-
SERIALIZED_NAME_MODIFIED_DATE
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ProjectResponseDTO
public ProjectResponseDTO()
-
-
Method Details
-
accessRole
-
getAccessRole
Get accessRole- Returns:
- accessRole
-
setAccessRole
-
createdBy
-
getCreatedBy
Get createdBy- Returns:
- createdBy
-
setCreatedBy
-
createdDate
-
getCreatedDate
Get createdDate- Returns:
- createdDate
-
setCreatedDate
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
id
-
getId
Get id- Returns:
- id
-
setId
-
modifiedBy
-
getModifiedBy
Get modifiedBy- Returns:
- modifiedBy
-
setModifiedBy
-
modifiedDate
-
getModifiedDate
Get modifiedDate- Returns:
- modifiedDate
-
setModifiedDate
-
name
-
getName
Get name- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to ProjectResponseDTO
-
fromJson
Create an instance of ProjectResponseDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ProjectResponseDTO
- Throws:
IOException- if the JSON string is invalid with respect to ProjectResponseDTO
-
toJson
Convert an instance of ProjectResponseDTO to an JSON string- Returns:
- JSON string
-