Package com.circleci.client.v2.model
Class PipelineWithWorkflowsWorkflows
- java.lang.Object
-
- com.circleci.client.v2.model.PipelineWithWorkflowsWorkflows
-
public class PipelineWithWorkflowsWorkflows extends Object
Basic information about a workflow
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ID
-
Constructor Summary
Constructors Constructor Description PipelineWithWorkflowsWorkflows()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)UUIDgetId()The unique ID of the workflow.inthashCode()PipelineWithWorkflowsWorkflowsid(UUID id)voidsetId(UUID id)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public PipelineWithWorkflowsWorkflows id(UUID id)
-
getId
public UUID getId()
The unique ID of the workflow.- Returns:
- id
-
setId
public void setId(UUID id)
-
-