public class SetLocalStorageItemRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SetLocalStorageItemRequest() | 
| SetLocalStorageItemRequest(SetLocalStorageItemRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getExpire()Get 失效时间(单位;秒) | 
| String | getKey()Get 键 | 
| String | getValue()Get 值 | 
| void | setExpire(Long Expire)Set 失效时间(单位;秒) | 
| void | setKey(String Key)Set 键 | 
| void | setValue(String Value)Set 值 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SetLocalStorageItemRequest()
public SetLocalStorageItemRequest(SetLocalStorageItemRequest source)
public String getKey()
public void setKey(String Key)
Key - 键public String getValue()
public void setValue(String Value)
Value - 值public Long getExpire()
public void setExpire(Long Expire)
Expire - 失效时间(单位;秒)Copyright © 2025. All rights reserved.