Package com.openai.models.containers
        Class ContainerCreateResponse.ExpiresAfter
- 
                    
                    - All Implemented Interfaces:
 
 public final class ContainerCreateResponse.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. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classContainerCreateResponse.ExpiresAfter.BuilderA builder for ExpiresAfter. public final classContainerCreateResponse.ExpiresAfter.AnchorThe reference point for the expiration. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<ContainerCreateResponse.ExpiresAfter.Anchor>anchor()The reference point for the expiration. final Optional<Long>minutes()The number of minutes after the anchor before the container expires. final JsonField<ContainerCreateResponse.ExpiresAfter.Anchor>_anchor()Returns the raw JSON value of anchor. final JsonField<Long>_minutes()Returns the raw JSON value of minutes. final Map<String, JsonValue>_additionalProperties()final ContainerCreateResponse.ExpiresAfter.BuildertoBuilder()final ContainerCreateResponse.ExpiresAftervalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ContainerCreateResponse.ExpiresAfter.Builderbuilder()Returns a mutable builder for constructing an instance of ExpiresAfter. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        anchorfinal Optional<ContainerCreateResponse.ExpiresAfter.Anchor> anchor() The reference point for the expiration. 
 - 
                                        minutesfinal Optional<Long> minutes() The number of minutes after the anchor before the container expires. 
 - 
                                        _anchorfinal JsonField<ContainerCreateResponse.ExpiresAfter.Anchor> _anchor() Returns the raw JSON value of anchor. Unlike anchor, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _minutesfinal JsonField<Long> _minutes() Returns the raw JSON value of minutes. Unlike minutes, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ContainerCreateResponse.ExpiresAfter.Builder toBuilder() 
 - 
                                        validatefinal ContainerCreateResponse.ExpiresAfter validate() 
 - 
                                        builderfinal static ContainerCreateResponse.ExpiresAfter.Builder builder() Returns a mutable builder for constructing an instance of ExpiresAfter. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-