Package com.oracle.bmc.functions.model
Class CreatePreBuiltFunctionSourceDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.functions.model.CreateFunctionSourceDetails
-
- com.oracle.bmc.functions.model.CreatePreBuiltFunctionSourceDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20260325") public final class CreatePreBuiltFunctionSourceDetails extends CreateFunctionSourceDetailsSource details for creating a function from a Pre\u2011Built Functions listing (PbfListing).
Note: Objects should always be created or deserialized using theCreatePreBuiltFunctionSourceDetails.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 theCreatePreBuiltFunctionSourceDetails.Builder, which maintain a set of all explicitly set fields calledCreatePreBuiltFunctionSourceDetails.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 classCreatePreBuiltFunctionSourceDetails.Builder-
Nested classes/interfaces inherited from class com.oracle.bmc.functions.model.CreateFunctionSourceDetails
CreateFunctionSourceDetails.SourceType
-
-
Constructor Summary
Constructors Constructor Description CreatePreBuiltFunctionSourceDetails(String pbfListingId)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreatePreBuiltFunctionSourceDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetPbfListingId()The OCID of the PbfListing this function is sourced from.inthashCode()CreatePreBuiltFunctionSourceDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
CreatePreBuiltFunctionSourceDetails
@Deprecated public CreatePreBuiltFunctionSourceDetails(String pbfListingId)
Deprecated.
-
-
Method Detail
-
builder
public static CreatePreBuiltFunctionSourceDetails.Builder builder()
Create a new builder.
-
toBuilder
public CreatePreBuiltFunctionSourceDetails.Builder toBuilder()
-
getPbfListingId
public String getPbfListingId()
The OCID of the PbfListing this function is sourced from.- Returns:
- the value
-
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
-
-