public class CustomTagsAddRequest extends Object
| 构造器和说明 |
|---|
CustomTagsAddRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomTagsAddRequest |
accountId(Long accountId) |
CustomTagsAddRequest |
description(String description) |
boolean |
equals(Object o) |
Long |
getAccountId()
Get accountId
|
String |
getDescription()
Get description
|
String |
getName()
Get name
|
Long |
getParentTagId()
Get parentTagId
|
DataPlatform |
getPlatform()
Get platform
|
String |
getTagCode()
Get tagCode
|
int |
hashCode() |
CustomTagsAddRequest |
name(String name) |
CustomTagsAddRequest |
parentTagId(Long parentTagId) |
CustomTagsAddRequest |
platform(DataPlatform platform) |
void |
setAccountId(Long accountId) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setParentTagId(Long parentTagId) |
void |
setPlatform(DataPlatform platform) |
void |
setTagCode(String tagCode) |
CustomTagsAddRequest |
tagCode(String tagCode) |
String |
toString() |
public CustomTagsAddRequest accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public CustomTagsAddRequest parentTagId(Long parentTagId)
public Long getParentTagId()
public void setParentTagId(Long parentTagId)
public CustomTagsAddRequest name(String name)
public String getName()
public void setName(String name)
public CustomTagsAddRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CustomTagsAddRequest tagCode(String tagCode)
public String getTagCode()
public void setTagCode(String tagCode)
public CustomTagsAddRequest platform(DataPlatform platform)
public DataPlatform getPlatform()
public void setPlatform(DataPlatform platform)
Copyright © 2020. All rights reserved.