public class SegmentTag extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SHORTCUT1 |
static String |
SERIALIZED_NAME_SHORTCUT2 |
| Constructor and Description |
|---|
SegmentTag() |
| Modifier and Type | Method and Description |
|---|---|
SegmentTag |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
備考
|
Integer |
getId()
セグメントタグID
minimum: 1
maximum: 2147483647
|
String |
getName()
セグメントタグ名
|
String |
getShortcut1()
ショートカット1 (20文字以内)
|
String |
getShortcut2()
ショートカット2 (20文字以内)
|
int |
hashCode() |
SegmentTag |
id(Integer id) |
SegmentTag |
name(String name) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setShortcut1(String shortcut1) |
void |
setShortcut2(String shortcut2) |
SegmentTag |
shortcut1(String shortcut1) |
SegmentTag |
shortcut2(String shortcut2) |
String |
toString() |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_SHORTCUT1
public static final String SERIALIZED_NAME_SHORTCUT2
public SegmentTag description(String description)
public void setDescription(String description)
public SegmentTag id(Integer id)
public Integer getId()
public void setId(Integer id)
public SegmentTag name(String name)
public String getName()
public void setName(String name)
public SegmentTag shortcut1(String shortcut1)
public void setShortcut1(String shortcut1)
public SegmentTag shortcut2(String shortcut2)
public void setShortcut2(String shortcut2)
Copyright © 2020. All rights reserved.