public class TcrInstanceToken extends AbstractModel
| Constructor and Description | 
|---|
| TcrInstanceToken() | 
| TcrInstanceToken(TcrInstanceToken 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 | 
|---|---|
| String | getCreatedAt()Get Token creation time | 
| String | getDesc()Get Token description | 
| Boolean | getEnabled()Get Token status | 
| Long | getExpiredAt()Get Token expiration timestamp | 
| String | getId()Get Token ID | 
| String | getRegistryId()Get ID of the instance of the token | 
| void | setCreatedAt(String CreatedAt)Set Token creation time | 
| void | setDesc(String Desc)Set Token description | 
| void | setEnabled(Boolean Enabled)Set Token status | 
| void | setExpiredAt(Long ExpiredAt)Set Token expiration timestamp | 
| void | setId(String Id)Set Token ID | 
| void | setRegistryId(String RegistryId)Set ID of the instance of the token | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic TcrInstanceToken()
public TcrInstanceToken(TcrInstanceToken source)
public String getId()
public void setId(String Id)
Id - Token IDpublic String getDesc()
public void setDesc(String Desc)
Desc - Token descriptionpublic String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - ID of the instance of the tokenpublic Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled - Token statuspublic String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - Token creation timepublic Long getExpiredAt()
public void setExpiredAt(Long ExpiredAt)
ExpiredAt - Token expiration timestampCopyright © 2023. All rights reserved.