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