Class DeveloperDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.manifest.dto.DeveloperDTO
-
public class DeveloperDTO extends org.osgi.dto.DTOA representation of developer
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringemailThe email of the developer.java.lang.StringidentifierThe display name of the developer.java.lang.StringnameThe display name of the developer.java.lang.StringorganizationThe organization name of the developer.java.lang.StringorganizationUrlThe organization URL of the developer.java.util.List<java.lang.String>rolesThe roles of the developer.java.lang.IntegertimezoneThe timezone of the developer.
-
Constructor Summary
Constructors Constructor Description DeveloperDTO()
-
-
-
Field Detail
-
identifier
public java.lang.String identifier
The display name of the developer. Must not benull
-
name
public java.lang.String name
The display name of the developer.If not specified this field must be
null.
-
email
public java.lang.String email
The email of the developer.If not specified this field must be
null.
-
roles
public java.util.List<java.lang.String> roles
The roles of the developer.If not specified this field must be empty.
-
organization
public java.lang.String organization
The organization name of the developer.If not specified this field must be
null.
-
organizationUrl
public java.lang.String organizationUrl
The organization URL of the developer.If not specified this field must be
null.
-
timezone
public java.lang.Integer timezone
The timezone of the developer.If not specified this field must be
null.
-
-