Class ContainerRetrieveResponse
- 
                    
                    - All Implemented Interfaces:
 
 public final class ContainerRetrieveResponse
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classContainerRetrieveResponse.BuilderA builder for ContainerRetrieveResponse. public final classContainerRetrieveResponse.ExpiresAfterThe container will expire after this time period. The anchor is the reference point for the expiration. The minutes is the number of minutes after the anchor before the container expires. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()Unique identifier for the container. final LongcreatedAt()Unix timestamp (in seconds) when the container was created. final Stringname()Name of the container. final Stringobject_()The type of this object. final Stringstatus()Status of the container (e.g., active, deleted). final Optional<ContainerRetrieveResponse.ExpiresAfter>expiresAfter()The container will expire after this time period. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_createdAt()Returns the raw JSON value of createdAt. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_object_()Returns the raw JSON value of object_. final JsonField<String>_status()Returns the raw JSON value of status. final JsonField<ContainerRetrieveResponse.ExpiresAfter>_expiresAfter()Returns the raw JSON value of expiresAfter. final Map<String, JsonValue>_additionalProperties()final ContainerRetrieveResponse.BuildertoBuilder()final ContainerRetrieveResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ContainerRetrieveResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ContainerRetrieveResponse. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        expiresAfterfinal Optional<ContainerRetrieveResponse.ExpiresAfter> expiresAfter() The container will expire after this time period. The anchor is the reference point for the expiration. The minutes is the number of minutes after the anchor before the container expires. 
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _createdAtfinal JsonField<Long> _createdAt() Returns the raw JSON value of createdAt. Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _namefinal JsonField<String> _name() Returns the raw JSON value of name. Unlike name, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _object_final JsonField<String> _object_() Returns the raw JSON value of object_. Unlike object_, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _statusfinal JsonField<String> _status() Returns the raw JSON value of status. Unlike status, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _expiresAfterfinal JsonField<ContainerRetrieveResponse.ExpiresAfter> _expiresAfter() Returns the raw JSON value of expiresAfter. Unlike expiresAfter, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ContainerRetrieveResponse.Builder toBuilder() 
 - 
                                        validatefinal ContainerRetrieveResponse validate() 
 - 
                                        builderfinal static ContainerRetrieveResponse.Builder builder() Returns a mutable builder for constructing an instance of ContainerRetrieveResponse. The following fields are required: .id() .createdAt() .name() .object_() .status()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-