@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-07-13T01:30:51.265Z") public class ImageResource extends Object
Constructor and Description |
---|
ImageResource() |
Modifier and Type | Method and Description |
---|---|
ImageResource |
addLabelsItem(Label labelsItem) |
boolean |
equals(Object o) |
List<Label> |
getLabels()
A collection of labels for this ImageResource.
|
String |
getModule()
The module of the image to display.
|
String |
getName()
The name of the image to display.
|
String |
getType()
ImageResource
|
int |
hashCode() |
ImageResource |
labels(List<Label> labels) |
ImageResource |
module(String module) |
ImageResource |
name(String name) |
void |
setLabels(List<Label> labels) |
void |
setModule(String module) |
void |
setName(String name) |
String |
toString() |
public ImageResource name(String name)
public String getName()
public void setName(String name)
public ImageResource module(String module)
public String getModule()
public void setModule(String module)
public ImageResource labels(List<Label> labels)
public ImageResource addLabelsItem(Label labelsItem)
public List<Label> getLabels()
public String getType()
Copyright © 2023 Sage Bionetworks. All rights reserved.