public class com.microsoft.azure.management.batchai.implementation.FileServerInner extends com.microsoft.azure.ProxyResource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.batchai.implementation.FileServerInner
super_class: com.microsoft.azure.ProxyResource
{
private java.lang.String vmSize;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vmSize")
private com.microsoft.azure.management.batchai.SshConfiguration sshConfiguration;
descriptor: Lcom/microsoft/azure/management/batchai/SshConfiguration;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sshConfiguration")
private com.microsoft.azure.management.batchai.DataDisks dataDisks;
descriptor: Lcom/microsoft/azure/management/batchai/DataDisks;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.dataDisks")
private com.microsoft.azure.management.batchai.ResourceId subnet;
descriptor: Lcom/microsoft/azure/management/batchai/ResourceId;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.subnet")
private com.microsoft.azure.management.batchai.MountSettings mountSettings;
descriptor: Lcom/microsoft/azure/management/batchai/MountSettings;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.mountSettings", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private org.joda.time.DateTime provisioningStateTransitionTime;
descriptor: Lorg/joda/time/DateTime;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningStateTransitionTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private org.joda.time.DateTime creationTime;
descriptor: Lorg/joda/time/DateTime;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.creationTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private com.microsoft.azure.management.batchai.FileServerProvisioningState provisioningState;
descriptor: Lcom/microsoft/azure/management/batchai/FileServerProvisioningState;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.microsoft.azure.ProxyResource.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
public java.lang.String vmSize();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.vmSize:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
public com.microsoft.azure.management.batchai.implementation.FileServerInner withVmSize(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.FileServerInner.vmSize:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
0 2 1 vmSize Ljava/lang/String;
MethodParameters:
Name Flags
vmSize
public com.microsoft.azure.management.batchai.SshConfiguration sshConfiguration();
descriptor: ()Lcom/microsoft/azure/management/batchai/SshConfiguration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.sshConfiguration:Lcom/microsoft/azure/management/batchai/SshConfiguration;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
public com.microsoft.azure.management.batchai.implementation.FileServerInner withSshConfiguration(com.microsoft.azure.management.batchai.SshConfiguration);
descriptor: (Lcom/microsoft/azure/management/batchai/SshConfiguration;)Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.FileServerInner.sshConfiguration:Lcom/microsoft/azure/management/batchai/SshConfiguration;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
0 2 1 sshConfiguration Lcom/microsoft/azure/management/batchai/SshConfiguration;
MethodParameters:
Name Flags
sshConfiguration
public com.microsoft.azure.management.batchai.DataDisks dataDisks();
descriptor: ()Lcom/microsoft/azure/management/batchai/DataDisks;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.dataDisks:Lcom/microsoft/azure/management/batchai/DataDisks;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
public com.microsoft.azure.management.batchai.implementation.FileServerInner withDataDisks(com.microsoft.azure.management.batchai.DataDisks);
descriptor: (Lcom/microsoft/azure/management/batchai/DataDisks;)Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.FileServerInner.dataDisks:Lcom/microsoft/azure/management/batchai/DataDisks;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
0 2 1 dataDisks Lcom/microsoft/azure/management/batchai/DataDisks;
MethodParameters:
Name Flags
dataDisks
public com.microsoft.azure.management.batchai.ResourceId subnet();
descriptor: ()Lcom/microsoft/azure/management/batchai/ResourceId;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
public com.microsoft.azure.management.batchai.implementation.FileServerInner withSubnet(com.microsoft.azure.management.batchai.ResourceId);
descriptor: (Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.FileServerInner.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
0 2 1 subnet Lcom/microsoft/azure/management/batchai/ResourceId;
MethodParameters:
Name Flags
subnet
public com.microsoft.azure.management.batchai.MountSettings mountSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/MountSettings;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.mountSettings:Lcom/microsoft/azure/management/batchai/MountSettings;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
public org.joda.time.DateTime provisioningStateTransitionTime();
descriptor: ()Lorg/joda/time/DateTime;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.provisioningStateTransitionTime:Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
public org.joda.time.DateTime creationTime();
descriptor: ()Lorg/joda/time/DateTime;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.creationTime:Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
public com.microsoft.azure.management.batchai.FileServerProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/batchai/FileServerProvisioningState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.FileServerInner.provisioningState:Lcom/microsoft/azure/management/batchai/FileServerProvisioningState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
}
SourceFile: "FileServerInner.java"
InnerClasses:
public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()