public interface NameValuePair extends Serializable
String
getName()
getValue()
static NameValuePair
of(String name, String value)
@Nonnull String getName()
String getValue()
@Nonnull static NameValuePair of(String name, String value)
Copyright © 2024. All rights reserved.