Class SourceApplicationInfo
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.dataintegration.model.SourceApplicationInfo
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class SourceApplicationInfo extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe information about the application.
 Note: Objects should always be created or deserialized using theSourceApplicationInfo.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 theSourceApplicationInfo.Builder, which maintain a set of all explicitly set fields calledSourceApplicationInfo.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 SummaryNested Classes Modifier and Type Class Description static classSourceApplicationInfo.Builder
 - 
Constructor SummaryConstructors Constructor Description SourceApplicationInfo(String workspaceId, String applicationKey, String applicationVersion, String lastPatchKey)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceApplicationInfo.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetApplicationKey()The source application key to use when creating the application.StringgetApplicationVersion()The source application version of the application.StringgetLastPatchKey()The last patch key for the application.StringgetWorkspaceId()The OCID of the workspace containing the application.inthashCode()SourceApplicationInfo.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SourceApplicationInfo@Deprecated @ConstructorProperties({"workspaceId","applicationKey","applicationVersion","lastPatchKey"}) public SourceApplicationInfo(String workspaceId, String applicationKey, String applicationVersion, String lastPatchKey) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SourceApplicationInfo.Builder builder() Create a new builder.
 - 
toBuilderpublic SourceApplicationInfo.Builder toBuilder() 
 - 
getWorkspaceIdpublic String getWorkspaceId() The OCID of the workspace containing the application.This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation. - Returns:
- the value
 
 - 
getApplicationKeypublic String getApplicationKey() The source application key to use when creating the application.- Returns:
- the value
 
 - 
getApplicationVersionpublic String getApplicationVersion() The source application version of the application.- Returns:
- the value
 
 - 
getLastPatchKeypublic String getLastPatchKey() The last patch key for the application.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-