@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T13:06:20.200+05:30") public class CustomAttribute extends Object
| Constructor and Description |
|---|
CustomAttribute() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Name of the custom attribute
|
String |
getValue()
Value of the custom attribute
|
int |
hashCode() |
CustomAttribute |
name(String name) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
CustomAttribute |
value(String value) |
public CustomAttribute name(String name)
public String getName()
public void setName(String name)
public CustomAttribute value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2018 WSO2 Inc. All rights reserved.