public class com.microsoft.azure.management.cdn.implementation.OriginInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.OriginInner
  super_class: com.microsoft.azure.ProxyResource
{
  private java.lang.String hostName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.hostName")

  private java.lang.Integer httpPort;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.httpPort")

  private java.lang.Integer httpsPort;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.httpsPort")

  private java.lang.String originHostHeader;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.originHostHeader")

  private java.lang.Integer priority;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.priority")

  private java.lang.Integer weight;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.weight")

  private java.lang.Boolean enabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.enabled")

  private java.lang.String privateLinkAlias;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.privateLinkAlias")

  private java.lang.String privateLinkResourceId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.privateLinkResourceId")

  private java.lang.String privateLinkLocation;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.privateLinkLocation")

  private java.lang.String privateLinkApprovalMessage;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.privateLinkApprovalMessage")

  private com.microsoft.azure.management.cdn.OriginResourceState resourceState;
    descriptor: Lcom/microsoft/azure/management/cdn/OriginResourceState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.resourceState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String provisioningState;
    descriptor: Ljava/lang/String;
    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;)

  private com.microsoft.azure.management.cdn.PrivateEndpointStatus privateEndpointStatus;
    descriptor: Lcom/microsoft/azure/management/cdn/PrivateEndpointStatus;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.privateEndpointStatus", 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 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 23
            aload 0 /* this */
            invokespecial com.microsoft.azure.ProxyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public java.lang.String hostName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 130
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.hostName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withHostName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.String hostName
         0: .line 140
            aload 0 /* this */
            aload 1 /* hostName */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.hostName:Ljava/lang/String;
         1: .line 141
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String hostName
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  hostName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      hostName  

  public java.lang.Integer httpPort();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 150
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.httpPort:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withHttpPort(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.Integer httpPort
         0: .line 160
            aload 0 /* this */
            aload 1 /* httpPort */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.httpPort:Ljava/lang/Integer;
         1: .line 161
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer httpPort
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  httpPort  Ljava/lang/Integer;
    MethodParameters:
          Name  Flags
      httpPort  

  public java.lang.Integer httpsPort();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 170
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.httpsPort:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withHttpsPort(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.Integer httpsPort
         0: .line 180
            aload 0 /* this */
            aload 1 /* httpsPort */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.httpsPort:Ljava/lang/Integer;
         1: .line 181
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer httpsPort
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  httpsPort  Ljava/lang/Integer;
    MethodParameters:
           Name  Flags
      httpsPort  

  public java.lang.String originHostHeader();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 190
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.originHostHeader:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withOriginHostHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.String originHostHeader
         0: .line 200
            aload 0 /* this */
            aload 1 /* originHostHeader */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.originHostHeader:Ljava/lang/String;
         1: .line 201
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String originHostHeader
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  originHostHeader  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      originHostHeader  

  public java.lang.Integer priority();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 210
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.priority:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withPriority(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.Integer priority
         0: .line 220
            aload 0 /* this */
            aload 1 /* priority */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.priority:Ljava/lang/Integer;
         1: .line 221
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer priority
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  priority  Ljava/lang/Integer;
    MethodParameters:
          Name  Flags
      priority  

  public java.lang.Integer weight();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 230
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.weight:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withWeight(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.Integer weight
         0: .line 240
            aload 0 /* this */
            aload 1 /* weight */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.weight:Ljava/lang/Integer;
         1: .line 241
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer weight
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  weight  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      weight  

  public java.lang.Boolean enabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 250
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.enabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.Boolean enabled
         0: .line 260
            aload 0 /* this */
            aload 1 /* enabled */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.enabled:Ljava/lang/Boolean;
         1: .line 261
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enabled
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  enabled  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      enabled  

  public java.lang.String privateLinkAlias();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 270
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.privateLinkAlias:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withPrivateLinkAlias(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.String privateLinkAlias
         0: .line 280
            aload 0 /* this */
            aload 1 /* privateLinkAlias */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.privateLinkAlias:Ljava/lang/String;
         1: .line 281
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String privateLinkAlias
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  privateLinkAlias  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      privateLinkAlias  

  public java.lang.String privateLinkResourceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 290
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.privateLinkResourceId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withPrivateLinkResourceId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.String privateLinkResourceId
         0: .line 300
            aload 0 /* this */
            aload 1 /* privateLinkResourceId */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.privateLinkResourceId:Ljava/lang/String;
         1: .line 301
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String privateLinkResourceId
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  privateLinkResourceId  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      privateLinkResourceId  

  public java.lang.String privateLinkLocation();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 310
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.privateLinkLocation:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withPrivateLinkLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.String privateLinkLocation
         0: .line 320
            aload 0 /* this */
            aload 1 /* privateLinkLocation */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.privateLinkLocation:Ljava/lang/String;
         1: .line 321
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String privateLinkLocation
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  privateLinkLocation  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      privateLinkLocation  

  public java.lang.String privateLinkApprovalMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 330
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.privateLinkApprovalMessage:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.implementation.OriginInner withPrivateLinkApprovalMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
        start local 1 // java.lang.String privateLinkApprovalMessage
         0: .line 340
            aload 0 /* this */
            aload 1 /* privateLinkApprovalMessage */
            putfield com.microsoft.azure.management.cdn.implementation.OriginInner.privateLinkApprovalMessage:Ljava/lang/String;
         1: .line 341
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String privateLinkApprovalMessage
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
            0    2     1  privateLinkApprovalMessage  Ljava/lang/String;
    MethodParameters:
                            Name  Flags
      privateLinkApprovalMessage  

  public com.microsoft.azure.management.cdn.OriginResourceState resourceState();
    descriptor: ()Lcom/microsoft/azure/management/cdn/OriginResourceState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 350
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.resourceState:Lcom/microsoft/azure/management/cdn/OriginResourceState;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public java.lang.String provisioningState();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 359
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.provisioningState:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;

  public com.microsoft.azure.management.cdn.PrivateEndpointStatus privateEndpointStatus();
    descriptor: ()Lcom/microsoft/azure/management/cdn/PrivateEndpointStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
         0: .line 368
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginInner.privateEndpointStatus:Lcom/microsoft/azure/management/cdn/PrivateEndpointStatus;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginInner;
}
SourceFile: "OriginInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()