public class GenShortenReq
extends cn.net.wanmo.common.send.BaseReq
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
expireSeconds
否 uint32 过期秒数,最大值为2592000(即30天),默认为2592000
|
private String |
longData
是 string 需要转换的长信息,不超过4KB
|
| 构造器和说明 |
|---|
GenShortenReq() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getExpireSeconds() |
String |
getLongData() |
GenShortenReq |
setExpireSeconds(Integer expireSeconds) |
GenShortenReq |
setLongData(String longData) |
String |
toJSONString() |
private String longData
private Integer expireSeconds
public String toJSONString()
toJSONString 在类中 cn.net.wanmo.common.send.BaseReqpublic String getLongData()
public GenShortenReq setLongData(String longData)
public Integer getExpireSeconds()
public GenShortenReq setExpireSeconds(Integer expireSeconds)
Copyright © 2024. All rights reserved.