public class SynapseAttributesDTO extends Object
| Constructor and Description |
|---|
SynapseAttributesDTO() |
| Modifier and Type | Method and Description |
|---|---|
SynapseAttributesDTO |
addLabelsItem(String labelsItem) |
SynapseAttributesDTO |
apiId(String apiId) |
SynapseAttributesDTO |
count(Integer count) |
boolean |
equals(Object o) |
String |
getApiId()
Get apiId
|
Integer |
getCount()
Get count
|
List<String> |
getLabels()
Get labels
|
int |
hashCode() |
SynapseAttributesDTO |
labels(List<String> labels) |
void |
setApiId(String apiId) |
void |
setCount(Integer count) |
void |
setLabels(List<String> labels) |
String |
toString() |
public SynapseAttributesDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public SynapseAttributesDTO labels(List<String> labels)
public SynapseAttributesDTO addLabelsItem(String labelsItem)
public SynapseAttributesDTO apiId(String apiId)
public String getApiId()
public void setApiId(String apiId)
Copyright © 2021 WSO2 Inc. All rights reserved.