public class ClientInitialAccessPresentation extends Object
Constructor and Description |
---|
ClientInitialAccessPresentation() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCount() |
Integer |
getExpiration() |
String |
getId() |
Integer |
getRemainingCount() |
Integer |
getTimestamp() |
String |
getToken() |
void |
setCount(Integer count) |
void |
setExpiration(Integer expiration) |
void |
setId(String id) |
void |
setRemainingCount(Integer remainingCount) |
void |
setTimestamp(Integer timestamp) |
void |
setToken(String token) |
public String getId()
public void setId(String id)
public String getToken()
public void setToken(String token)
public Integer getTimestamp()
public void setTimestamp(Integer timestamp)
public Integer getExpiration()
public void setExpiration(Integer expiration)
public Integer getCount()
public void setCount(Integer count)
public Integer getRemainingCount()
public void setRemainingCount(Integer remainingCount)
Copyright © 2016 JBoss by Red Hat. All rights reserved.