Package com.redhat.parodos.sdk.model
Class ProjectUserRoleResponseDTO
java.lang.Object
com.redhat.parodos.sdk.model.ProjectUserRoleResponseDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ProjectUserRoleResponseDTO
extends Object
ProjectUserRoleResponseDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUserResponseDTOListItem(UserRoleResponseDTO userResponseDTOListItem) booleanstatic ProjectUserRoleResponseDTOCreate an instance of ProjectUserRoleResponseDTO given an JSON stringgetId()Get idGet projectNameGet userResponseDTOListinthashCode()projectName(String projectName) voidvoidsetProjectName(String projectName) voidsetUserResponseDTOList(List<UserRoleResponseDTO> userResponseDTOList) toJson()Convert an instance of ProjectUserRoleResponseDTO to an JSON stringtoString()userResponseDTOList(List<UserRoleResponseDTO> userResponseDTOList) static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_PROJECT_NAME
- See Also:
-
SERIALIZED_NAME_USER_RESPONSE_D_T_O_LIST
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ProjectUserRoleResponseDTO
public ProjectUserRoleResponseDTO()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
projectName
-
getProjectName
Get projectName- Returns:
- projectName
-
setProjectName
-
userResponseDTOList
public ProjectUserRoleResponseDTO userResponseDTOList(List<UserRoleResponseDTO> userResponseDTOList) -
addUserResponseDTOListItem
public ProjectUserRoleResponseDTO addUserResponseDTOListItem(UserRoleResponseDTO userResponseDTOListItem) -
getUserResponseDTOList
Get userResponseDTOList- Returns:
- userResponseDTOList
-
setUserResponseDTOList
-
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 ProjectUserRoleResponseDTO
-
fromJson
Create an instance of ProjectUserRoleResponseDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ProjectUserRoleResponseDTO
- Throws:
IOException- if the JSON string is invalid with respect to ProjectUserRoleResponseDTO
-
toJson
Convert an instance of ProjectUserRoleResponseDTO to an JSON string- Returns:
- JSON string
-