Class OciFssExportId
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.containerinstances.model.OciFssExport
-
- com.oracle.bmc.containerinstances.model.OciFssExportId
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210415") public final class OciFssExportId extends OciFssExportThe OCID of the OCI File Storage Service (FSS) Export.The user must have read permission for export-sets.
Note: Objects should always be created or deserialized using theOciFssExportId.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 theOciFssExportId.Builder, which maintain a set of all explicitly set fields calledOciFssExportId.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 classOciFssExportId.Builder-
Nested classes/interfaces inherited from class com.oracle.bmc.containerinstances.model.OciFssExport
OciFssExport.OciFssExportType
-
-
Constructor Summary
Constructors Constructor Description OciFssExportId(String id)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OciFssExportId.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetId()The OCID of the OCI File Storage Service (FSS) Export.inthashCode()OciFssExportId.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
OciFssExportId
@Deprecated public OciFssExportId(String id)
Deprecated.
-
-
Method Detail
-
builder
public static OciFssExportId.Builder builder()
Create a new builder.
-
toBuilder
public OciFssExportId.Builder toBuilder()
-
getId
public String getId()
The OCID of the OCI File Storage Service (FSS) Export.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classOciFssExport
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classOciFssExport- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classOciFssExport
-
hashCode
public int hashCode()
- Overrides:
hashCodein classOciFssExport
-
-