Class Teams
java.lang.Object
com.boldsign.model.Teams
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class Teams
extends Object
Teams
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Long createdDate) booleanstatic TeamsCreate an instance of Teams given an JSON stringGet createdDateGet modifiedDateGet teamIdGet teamNameinthashCode()modifiedDate(Long modifiedDate) voidsetCreatedDate(Long createdDate) voidsetModifiedDate(Long modifiedDate) voidvoidsetTeamName(String teamName) toJson()Convert an instance of Teams to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TEAM_NAME
- See Also:
-
SERIALIZED_NAME_TEAM_ID
- See Also:
-
SERIALIZED_NAME_CREATED_DATE
- See Also:
-
SERIALIZED_NAME_MODIFIED_DATE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Teams
public Teams()
-
-
Method Details
-
teamName
-
getTeamName
-
setTeamName
-
teamId
-
getTeamId
-
setTeamId
-
createdDate
-
getCreatedDate
-
setCreatedDate
-
modifiedDate
-
getModifiedDate
-
setModifiedDate
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to Teams
-
fromJson
Create an instance of Teams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Teams
- Throws:
IOException- if the JSON string is invalid with respect to Teams
-
toJson
-