public class ResourceOutput extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
annotations |
String |
comment |
String |
header |
String |
name |
boolean |
optional |
String |
type |
| Constructor and Description |
|---|
ResourceOutput() |
| Modifier and Type | Method and Description |
|---|---|
ResourceOutput |
annotations(Map<String,String> annotations) |
ResourceOutput |
comment(String comment) |
boolean |
equals(Object another) |
ResourceOutput |
header(String header) |
ResourceOutput |
name(String name) |
ResourceOutput |
optional(boolean optional) |
ResourceOutput |
type(String type) |
public String name
public String type
public String header
public String comment
public boolean optional
public ResourceOutput name(String name)
public ResourceOutput type(String type)
public ResourceOutput header(String header)
public ResourceOutput comment(String comment)
public ResourceOutput optional(boolean optional)
public ResourceOutput annotations(Map<String,String> annotations)
Copyright © 2016–2021 Verizon Media. All rights reserved.