public class CustomInfo extends BaseEntity<CustomInfo>
XML, XML_COMPACT| 构造器和说明 |
|---|
CustomInfo() |
CustomInfo(String key) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(IVisitor visitor) |
boolean |
equals(Object obj) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
void |
mergeAttributes(CustomInfo other) |
CustomInfo |
setKey(String key) |
CustomInfo |
setValue(String value) |
assertAttributeEquals, equals, formatTo, toStringpublic CustomInfo()
public CustomInfo(String key)
public void accept(IVisitor visitor)
public String getKey()
public String getValue()
public void mergeAttributes(CustomInfo other)
public CustomInfo setKey(String key)
public CustomInfo setValue(String value)
Copyright © 2022. All rights reserved.