public class AppAuthReq extends Object
| Constructor and Description |
|---|
AppAuthReq() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getEnable()
开启或关闭URL鉴权
|
Integer |
getExpire()
有效期,当开启鉴权时必填。 取值范围:[60,2592000],缺省为300。 单位:秒。 minimum: 60 maximum: 2592000
|
int |
hashCode() |
void |
setEnable(Boolean enable) |
void |
setExpire(Integer expire) |
String |
toString() |
AppAuthReq |
withEnable(Boolean enable) |
AppAuthReq |
withExpire(Integer expire) |
public AppAuthReq withEnable(Boolean enable)
public Boolean getEnable()
public void setEnable(Boolean enable)
public AppAuthReq withExpire(Integer expire)
public Integer getExpire()
public void setExpire(Integer expire)
Copyright © 2021. All rights reserved.