public class Recipe extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Recipe.Builder
Creates a Recipe meta object
|
| Modifier and Type | Method and Description |
|---|---|
static Recipe.Builder |
builder(Recipe existing) |
static Recipe.Builder |
builder(RecipeId recipeId) |
boolean |
equals(Object o) |
long |
getCreatedTimeMillis() |
String |
getDescription() |
List<String> |
getDirectives() |
RecipeId |
getRecipeId() |
String |
getRecipeName() |
int |
getRecipeStepsCount() |
long |
getUpdatedTimeMillis() |
int |
hashCode() |
public String getRecipeName()
public RecipeId getRecipeId()
public String getDescription()
public long getCreatedTimeMillis()
public long getUpdatedTimeMillis()
public int getRecipeStepsCount()
public static Recipe.Builder builder(RecipeId recipeId)
public static Recipe.Builder builder(Recipe existing)
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.