Package com.codedx.api.client
Class Project
- java.lang.Object
-
- com.codedx.api.client.Project
-
public class Project extends Object
Represents the JSON data for a CodeDx project.- Author:
- anthonyd
-
-
Constructor Summary
Constructors Constructor Description Project()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()StringgetName()voidsetId(int id)voidsetName(String name)
-