Package com.oracle.bmc.functions.model
Class CreateArchiveFunctionSourceDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.functions.model.CreateFunctionSourceDetails
-
- com.oracle.bmc.functions.model.CreateArchiveFunctionSourceDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20260325") public final class CreateArchiveFunctionSourceDetails extends CreateFunctionSourceDetailsSource details for creating an archive\u2011based function.
Note: Objects should always be created or deserialized using theCreateArchiveFunctionSourceDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theCreateArchiveFunctionSourceDetails.Builder, which maintain a set of all explicitly set fields calledCreateArchiveFunctionSourceDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateArchiveFunctionSourceDetails.Builder-
Nested classes/interfaces inherited from class com.oracle.bmc.functions.model.CreateFunctionSourceDetails
CreateFunctionSourceDetails.SourceType
-
-
Constructor Summary
Constructors Constructor Description CreateArchiveFunctionSourceDetails(CreateArchiveSourceDetails archiveSourceDetails, String handler, CreateRuntimeConfig runtimeConfig)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateArchiveFunctionSourceDetails.Builderbuilder()Create a new builder.booleanequals(Object o)CreateArchiveSourceDetailsgetArchiveSourceDetails()StringgetHandler()The function handler that is executed when the function is invoked.CreateRuntimeConfiggetRuntimeConfig()inthashCode()CreateArchiveFunctionSourceDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
CreateArchiveFunctionSourceDetails
@Deprecated public CreateArchiveFunctionSourceDetails(CreateArchiveSourceDetails archiveSourceDetails, String handler, CreateRuntimeConfig runtimeConfig)
Deprecated.
-
-
Method Detail
-
builder
public static CreateArchiveFunctionSourceDetails.Builder builder()
Create a new builder.
-
toBuilder
public CreateArchiveFunctionSourceDetails.Builder toBuilder()
-
getArchiveSourceDetails
public CreateArchiveSourceDetails getArchiveSourceDetails()
-
getHandler
public String getHandler()
The function handler that is executed when the function is invoked.The value of this field depends on the runtime used
- Returns:
- the value
-
getRuntimeConfig
public CreateRuntimeConfig getRuntimeConfig()
-
toString
public String toString()
- Overrides:
toStringin classCreateFunctionSourceDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classCreateFunctionSourceDetails- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCreateFunctionSourceDetails
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCreateFunctionSourceDetails
-
-