@Contract(threading=IMMUTABLE) public class BasicNameValuePair extends Object implements NameValuePair, Serializable
NameValuePair.| 构造器和说明 |
|---|
BasicNameValuePair(String name,
String value)
Default Constructor taking a name and a value.
|
public String getName()
NameValuePairgetName 在接口中 NameValuePairnull.public String getValue()
NameValuePairgetValue 在接口中 NameValuePairnull.Copyright © 2023. All rights reserved.