final class com.microsoft.azure.management.batchai.implementation.OutputFileImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.batchai.implementation.FileInner> implements com.microsoft.azure.management.batchai.OutputFile
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.microsoft.azure.management.batchai.implementation.OutputFileImpl
super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
void <init>(com.microsoft.azure.management.batchai.implementation.FileInner);
descriptor: (Lcom/microsoft/azure/management/batchai/implementation/FileInner;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/OutputFileImpl;
0 2 1 innerModel Lcom/microsoft/azure/management/batchai/implementation/FileInner;
MethodParameters:
Name Flags
innerModel
public java.lang.String downloadUrl();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.OutputFileImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileInner.downloadUrl:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/OutputFileImpl;
public org.joda.time.DateTime lastModified();
descriptor: ()Lorg/joda/time/DateTime;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.OutputFileImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileInner.lastModified:()Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/OutputFileImpl;
public long contentLength();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.OutputFileImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileInner.contentLength:()Ljava/lang/Long;
invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveLong:(Ljava/lang/Long;)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/OutputFileImpl;
public com.microsoft.azure.management.batchai.FileType fileType();
descriptor: ()Lcom/microsoft/azure/management/batchai/FileType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.OutputFileImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileInner.fileType:()Lcom/microsoft/azure/management/batchai/FileType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/OutputFileImpl;
public java.lang.String name();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.OutputFileImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileInner.name:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/OutputFileImpl;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/batchai/implementation/FileInner;>;Lcom/microsoft/azure/management/batchai/OutputFile;
SourceFile: "OutputFileImpl.java"
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.LangDefinition()